Data/TypesRestrictedStack.php

This file contains the Stack class, a form of a heap.

A stack is a form of a 'heap'. It implements a LIFO (for last in, first out) list of objects. This stack conforms to almost all of the PostScript stack manipulators except for mark and cleartomark.

This stack is restricted to particular data types

Classes

RestrictedStack Restricted Stack Class