Description Usage Arguments Details Value References See Also
View source: R/rotate.rpqueue.R
Maintenance function for rpqueues, called automatically when needed by other functions.
1 2 |
rpqueue |
rpqueue to rotate. |
acclazylist |
lazy list accumulator. |
... |
additional arguments to be passed to or from methods (ignored). |
See Simple and Efficient Purely Functional Queues and Deques, Okasaki 1995, J. Functional Programming, 5(4) 583 to 592 for information on this function.
a fully rotated rpqueue, but with the l list delayed in evaluation.
Okasaki, Chris. Purely Functional Data Structures. Cambridge University Press, 1999.
makeequal
helper function that calls this one.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.