Learn R Programming

datastructures (version 0.2.9)

queue: Create a new queue

Description

Instantiates a new '>queue object, i.e. a list implementation with FIFO principle.

Usage

queue()

Arguments

Value

returns a new queue object

Examples

Run this code
# NOT RUN {
 # returns a new queue<SEXP>
 q <- queue()

# }

Run the code above in your browser using DataLab