is_empty: Check if Queue is Empty

View source: R/queue.R

is_emptyR Documentation

Check if Queue is Empty

Description

Check to see if the queue is empty

Usage

is_empty(x, ...)

Arguments

x

a queue object

...

arguments passed to other methods

Value

TRUE or FALSE depending on whether the queue is empty or not


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