Well, you can have it like this `fun <T> arr...
# stdlib
o
Well, you can have it like this
fun <T> arrayListOf(vararg elements: T, size: Int = -1): MutableList<T> { .. }