Join Slack
Powered by
What’s the function that sorts a list of things in...
# 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
5
Views
Open in Slack
Previous
Next