Join Slack
Powered by
No, just do `val carMakesMap = carMakes.groupBy { ...
# getting-started
m
marstran
01/11/2018, 9:04 AM
No, just do
val carMakesMap = carMakes.groupBy { it.name.first() }
. You can remove the while-loop.
Open in Slack
Previous
Next