Queue.pushBack

add an element to the back of the queue

  1. void pushBack(V val)
    struct Queue(V)
    @trusted
    void
    pushBack
    (
    V val
    )
  2. void pushBack(Stuff stuff)

Meta