maxWith

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