Queue.push

Push an item to the back of the queue. Returns false if the queue is full.

  1. bool push(T item)
    class Queue(T)
    bool
    push
    ()
  2. bool push(T[] arr)

Meta