Queue.push

Push new item to the queue.

struct Queue(T)
@trusted nothrow
void
push
()
if (
!hasMember!(T, "__dtor")
)

Meta