Data/TypesStack.php

This file contains the Stack class

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.

Classes

Stack Stack Class - Defines a Stack (heap) Data Structure