qpush | R Documentation |
Add an element to the front of a queue
qpush(Q, x)
Q |
rdeque class object |
x |
an element to add to the front of the queue |
the updated queue
insert_front
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.