sumByLong

inline fun <T> Iterable<T>.sumByLong(selector: (T) -> Long): Long