Queue.push

Push multiple items to the back of the queue. Returns false if the queue is

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

Meta