Internal
Returns an iterator for the fixed queue.
Readonly
capacityThe fixed queue capacity.
Clears the fixed queue.
Dequeue data from the fixed queue.
Checks if the fixed queue is empty.
true
if the fixed queue is empty, false
otherwise.
Enqueue data into the fixed queue.
Data to enqueue.
Optional
priority: numberPriority of the data. Lower values have higher priority.
The new size of the fixed queue.
Checks if the fixed queue is full.
true
if the fixed queue is full, false
otherwise.
Gets data from the fixed queue.
The fixed queue node array.
Readonly
sizeThe fixed queue size.
Fixed queue.