minBy

inline fun <T, D : Dimension, R : Comparable<R>> MultiArray<T, D>.minBy(selector: (T) -> R): T?

Returns the first element yielding the smallest value of the given function or null if there are no elements.