NotEmptySet

@SinceKotools(project = Project.Types, version = "1.3")
fun <E> NotEmptySet(head: E, vararg tail: E): NotEmptySet<E>

Creates a NotEmptySet starting with a head and containing all the elements of the optional tail.