sum By Long
Deprecated
Since Kotlin 1.4.0, use sumOf
Replace with
sumOf
Content copied to clipboard
Returns the sum of all values produced by selector function applied to each element in the collection.
Deprecated
Since Kotlin 1.4.0, use sumOf
Replace with
sumOf
Content copied to clipboard
Returns the sum of all values produced by selector function applied to each element in the sequence.
The operation is terminal.