View on GitHub

SpheroidScript

//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>