NotEmptySet
Deprecated
Use the notEmptySetOf function instead.
Replace with
import kotools.types.collections.notEmptySetOf
Content copied to clipboard
notEmptySetOf<E>(head, *tail)
Content copied to clipboard
Creates a NotEmptySet starting with a head and containing all the elements of the optional tail.