//Spheroid Script/spheroid.collections/mutableSetOf
mutableSetOf
Returns a new MutableSet with the given elements. Elements of the set are iterated in the order they were specified.
fun <T : Any?> mutableSetOf(vararg elements: Array<Out T>): MutableSet<T>