qadvance: Add an element to the front of a queue

View source: R/queue.R

qadvanceR Documentation

Add an element to the front of a queue

Description

Add an element to the front of a queue

Usage

qadvance(Q, x)

Arguments

Q

rdeque class object

x

an element to add to the queue, the forst on is dropped

Value

the updated queue


BigelowLab/rasf documentation built on July 18, 2022, 10:19 p.m.