powered by
queue
Instantiates a new '>queue object, i.e. a list implementation with FIFO principle.
'>queue
queue()
returns a new queue object
# NOT RUN { # returns a new queue<SEXP> q <- queue() # }
Run the code above in your browser using DataLab