https://kotlinlang.org logo
m

marstran

01/11/2018, 9:11 AM
So you have a function like this
fun getCarMakesStartingWith(letter: Char): List<CarMake>
that you need to implement?