Queue.pushFront

add an element to the front of the queue

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

Meta