Queue.push

Push a new item to the queue.

struct Queue(T)
@safe nothrow @nogc
void
push
()
if (
!hasMember!(T, "__xdtor")
)

Meta