Doubly-indexed queue, can be used as a FIFO or stack.
A fixed-sized queue that will crash on overflow.
A queue that can only grow.
Ring buffer, it drops if its capacity is exceeded.
See Source File