get_length: Gets the length of the queue

Description Usage Arguments Value Examples

View source: R/qfifo.R

Description

Gets the length of the queue

Usage

1

Arguments

q

is the current fifo queue object

Value

The length of the queue

Examples

1
2
3
q <- qfifo()
q <- add(q,1234)
q <- get_length(q)

vnnishith/qfifo documentation built on May 17, 2019, 10:12 a.m.