//Spheroid Script/spheroid.collections/mutableListOf
mutableListOf
Returns a new MutableList with the given elements.
fun <T : Any?> mutableListOf(vararg elements: Array<Out T>): MutableList<T>
//Spheroid Script/spheroid.collections/mutableListOf
Returns a new MutableList with the given elements.
fun <T : Any?> mutableListOf(vararg elements: Array<Out T>): MutableList<T>