minWith
fun CharSequence.minWith(
comparator: Comparator<in Char>
): Char?Returns the first character having the smallest value according to the provided comparator or null if there are no characters.
fun CharSequence.minWith(
comparator: Comparator<in Char>
): Char?Returns the first character having the smallest value according to the provided comparator or null if there are no characters.