NotEmptyList

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

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