SizedQueue.push

Push another queue to the queue

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

Meta