minWith

@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun CharSequence.minWith(comparator: Comparator<in Char>): Char?