Queue.push

Push a new item to the queue.

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

Meta