arrow-core-data / arrow.core / NonEmptyList / just
fun <A> ~~just~~(a: A): NonEmptyList<A> Deprecated: just is deprecated, and will be removed in 0.13.0. Please use nonEmptyListOf instead.
fun <A> ~~just~~(a: A):
NonEmptyList
<A>
Do you like Arrow?