productOf

fun <E, N> KoneIterable<E>.productOf(selector: (E) -> N): N(source)