toNonEmptyListOrNone

@JvmName(name = "toNonEmptyListOrNone")
fun <T> Iterable<T>.toNonEmptyListOrNone(): Option<NonEmptyList<T>>