sumByInt

inline fun <T> Iterable<T>.sumByInt(selector: (T) -> Int): Int