Get started

persistentHashSetOf

fun <E> persistentHashSetOf(vararg elements: E): PersistentSet<E>(source)

Returns a new persistent set with the given elements.

Order of the elements in the returned set is unspecified.


Returns an empty persistent set.