queueOf

fun <T> queueOf(vararg items: T): Queue<T>

Creates a queue of type T with initial items in a given order.