Queue.push

Pushes one item to the queue. Queue must have room for new item.

  1. void push(Type item)
    struct Queue(Type, ushort MaxSize)
    nothrow @safe @nogc
    static if(Copyable)
    void
    push
    (
    Type item
    )
  2. Type* push()

Meta