TLO:stack

From the wonderful RedGuides Wiki

Holds the "stack" datatype

This TLO is added by MQ2Collections

Forms

Access to Types

Type Description
stack A stack is a last-in, first-out data structure. Items inserted (Pushed) are placed on the 'top' of the queue. Items removed (Popped) are also removed from the 'top'.

See also