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