seqOf

fun <T> seqOf(vararg elements: T): Seq<T>

Returns a new immutable Seq with the given elements.