or you mean this `val filteredCars = carMakes.grou...
# getting-started
o
or you mean this
val filteredCars = carMakes.groupBy { it.name.first()}.filter{ it == ch}