plus

operator fun plus(l: List<@UnsafeVariance A>): NonEmptyList<A>
operator fun plus(a: @UnsafeVariance A): NonEmptyList<A>