Description Usage Arguments Value
Efficient implementation of a standard FIFO queue using cyclic array.
1 | makequeue(size)
|
size |
maximum size of the queue. |
Returns methods $isempty(), $push(x), and $eject().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.