I think you can do `carMakes.groupBy { it.name.fir...
# getting-started
m
I think you can do
carMakes.groupBy { it.name.first() }
.
👍 2