empty.rstack: Check if an rstack is empty

Description Usage Arguments Details Value See Also

View source: R/empty.rstack.R

Description

Check if an rstack is empty.

Usage

1
2
## S3 method for class 'rstack'
empty(x, ...)

Arguments

x

the rstack to check.

...

additional arguments to be passed to or from methods (ignored).

Details

Runs in O(1) time.

Value

logical vector of length 1.

See Also

empty for the generic function that can be used on rstacks, rdeques, and rpqueues.


rstackdeque documentation built on May 2, 2019, 4:15 a.m.