when using `groupBy`, is there any nice and easy w...
# announcements
m
when using
groupBy
, is there any nice and easy way to sort the items within the groups?
g
only by sorting each list ins value of the map, you can use Map.mapValues for this
Or just write own implementation that sorts list, it’s just a few lines, see source in stdlib