TLO:queue
Holds the "queue" datatype
This TLO is added by MQ2Collections
Forms
Access to Types
Type | Description |
---|---|
queue | A queue is a first-in, first-out data structure. Items Pushed are inserted at the rear, or 'tail' of the queue. Items removed, or Popped are taken from the 'front' of the queue. |