- Highlands, Scotland
Pinned Loading
-
Counts Pairs in Iterable & Sequence
Counts Pairs in Iterable & Sequence 1fun <T> Iterable<T>.countPairs() = groupingBy { it }
2.eachCount()
3.values
4.sumOf { it.div(2) }
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.