Companion

object Companion

Functions

Link copied to clipboard
fun <E> empty(): GSet<E>

The empty set.

Link copied to clipboard
fun <E> of(vararg elements: E): GSet<E>

A set initialized with the given elements.