MutableList vs ArrayList¶
MutableList is ArrayList in Kotlin currently.
Create an Empty MutableList¶
Below is the most idiomatical way to create an empty mutable list in Kotlin.
MutableList is ArrayList in Kotlin currently.
Below is the most idiomatical way to create an empty mutable list in Kotlin.