Description Usage Arguments Details Value See Also Examples
View source: R/length.rpqueue.R
Returns the number of elements in an rpqueue.
1 2 | ## S3 method for class 'rpqueue'
length(x)
|
x |
rpqueue to get the length of. |
Runs in O(1) time, as this information is stored seperately and updated on every insert/remove.
a vector of length 1 with the number of elements.
empty
for checking whether an rpqueue is empty.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.