![]() | ![]() | ![]() | queue-length | ![]() |
| queue
&optional recount-p | [Generic Function] |
Purpose
Return the length of
Method signatures
( queue queue)
&optional recount-p
=> integer
|
Package :gbbopen
Module :queue
Arguments and values
queue | A GBBopen queue | |
recount-p | If true, actually counts the individual
queue elements (default is nil )
| |
integer | An integer |
Returns
The queue length.
Description
Normally
Examples
Return the number of KSAs in the queue pending-ksas
> (queue-length pending-ksas) 896 >Count and then return the actual number of KSAs in the queue
pending-ksas
> (queue-length pending-ksas 't) 896 >
The GBBopen Project
![]() | ![]() | ![]() | queue-length | ![]() |