View on GitHub

SpheroidScript

//Spheroid Script/spheroid.collections/setOf

setOf

Returns a new read-only set with the given elements. Elements of the set are iterated in the order they were specified.

fun <T : Any?> setOf(vararg elements: Array<Out T>): Set<T>