arrow-core-data / arrow.core / nonEmptyListOf
fun <A> nonEmptyListOf(head: A, vararg t: A): NonEmptyList<A>
fun <A> nonEmptyListOf(head: A, vararg t: A):
NonEmptyList
<A>
Do you like Arrow?