sumOf

inline fun <T> Iterable<T>.sumOf(transform: (T) -> Float): Float
fun <T> Sequence<T>.sumOf(selector: (T) -> Float): Float