//arrow-core/arrow.core/NonEmptyList/plus
common operator fun plus(l: NonEmptyList<@UnsafeVarianceA>): NonEmptyList<A>
operator fun plus(l: List<@UnsafeVarianceA>): NonEmptyList<A>
operator fun plus(a: @UnsafeVarianceA): NonEmptyList<A>
Do you like Arrow?
✖