sumByDouble
@DeprecatedSinceKotlin("1.5") inline fun CharSequence.sumByDouble(
selector: (Char) -> Double
): Double
(source)
Returns the sum of all values produced by selector function applied to each character in the char sequence.
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
@DeprecatedSinceKotlin("1.5") inline fun CharSequence.sumByDouble(
selector: (Char) -> Double
): Double
Returns the sum of all values produced by selector function applied to each character in the char sequence.