enqueue: Add an Element

View source: R/queue.R

enqueueR Documentation

Add an Element

Description

Add a new element on to the back of the queue

Usage

enqueue(x, val, ...)

Arguments

x

a queue object

val

an R object

...

arguments passed to other methods

Details

Insert an R object into the queue at the tail

Value

Nothing useful


rdpeng/queue documentation built on June 9, 2022, 11:27 a.m.