Queue.push

Push a new item to the queue.

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

Meta