minBy

@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
inline fun <T, R : Comparable<R>> Sequence<T>.minBy(selector: (T) -> R): T?