nonEmptyListOf

fun <T> nonEmptyListOf(vararg elements: T): NonEmptyList<T>(source)