qpush: Add an element to the front of a queue

View source: R/queue.R

qpushR Documentation

Add an element to the front of a queue

Description

Add an element to the front of a queue

Usage

qpush(Q, x)

Arguments

Q

rdeque class object

x

an element to add to the front of the queue

Value

the updated queue

See Also

insert_front


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