setOf

open fun <T> setOf(items: Array<T>): Set<T>

Creates a mutable Set containing the items specified.