maxBy

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

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