`val map = carMakes.groupBy { it.name.first() }`
# getting-started
e
val map = carMakes.groupBy { it.name.first() }