enqueue: Add an element to the back of a queue

Description Usage Arguments Value

View source: R/queue.R

Description

Add an element to the back of a queue

Usage

1
enqueue(queue, elm)

Arguments

queue

The queue

elm

An element to add to the queue

Value

The modified queue


mailund/pmtypes documentation built on Jan. 31, 2020, 1:09 p.m.