intReducer

fun intReducer(initial: () -> Int, combine: (Int, Int) -> Int): NonSuspendCollector<Int, Int>(source)