This class can be used to manage a FIFO queue (First In First Out) of values like one might manage the stack in the Postscript language.
It can push and pop values from the queue, get the value at the top of the queue or at a given position, get the count of values, exchange the position of two values, duplicate the value at the top of the queue, roll the queue values by a given number of positions.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.