minBy

inline fun <A, B : Comparable<B>> NonEmptyList<A>.minBy(selector: (A) -> B): A(source)