arrow-core-data / arrow.core / NonEmptyList / of
fun <A> ~~of~~(head: A, vararg t: A): NonEmptyList<A> Deprecated: Renamed to nonEmptyListOf to align with Kotlin Std standards
fun <A> ~~of~~(head: A, vararg t: A):
NonEmptyList
<A>
Do you like Arrow?