mutableStackOf

fun <T> mutableStackOf(vararg elements: T): Stack<T>