Yep, that’s true. So one may add `fun <T> Co...
# announcements
m
Yep, that’s true. So one may add
fun <T> Collection<T>.toArrayList() = ArrayList(this)
to one’s project.