mutableSeqOf

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

Returns a new mutable Seq with the given elements.