Join Slack
What’s the function that sorts a list of things into buckets, like partition(list: List<A>, ke...
# getting-started
r
rednifre
09/03/2022, 8:06 PM
What’s the function that sorts a list of things into buckets, like partition(list: List<A>, key: (A -> B)): Map<B, List<A>> ?
t
tseisel
09/03/2022, 8:08 PM
groupBy
?
🙌 1
4
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by