Queue.push

Push new item to the queue.

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

Meta