JsSet
Constructors
Extension Functions
toMutableSet
fun <E> JsReadonlySet<E>.toMutableSet(): MutableSet<E>
toSet
fun <E> JsReadonlySet<E>.toSet(): Set<E>
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
fun <E> JsReadonlySet<E>.toMutableSet(): MutableSet<E>
fun <E> JsReadonlySet<E>.toSet(): Set<E>