ReduKt
redukt-test
/
com.daftmobile.redukt.test.tools
/
queueOf
queue
Of
fun
<
T
>
queueOf
(
vararg
items
:
T
)
:
Queue
<
T
>
Creates a queue of type
T
with initial
items
in a given order.