nonEmptyListOf

@JvmName(name = "nonEmptyListOf")
fun <E> nonEmptyListOf(head: E, vararg t: E): NonEmptyList<E>