findLast

inline fun <T, D : Dimension> MultiArray<T, D>.findLast(predicate: (T) -> Boolean): T?

Returns the last element matching the given predicate, or null if no such element was found.