Stack - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a Stack Data Structure, which stores data in a linear, last-in-first-out model that disallows order manipulation.

Specification

Destruction
Elements
Stack.destroy()
None

Properties

Name
Type
Modifiable
ID
{int:stack}
No

Construction types

Name
Arguments
New constructor
Wrapper
stack {int:stack}
Empty
Constructor copy
other {Stack}
⚠️ **GitHub.com Fallback** ⚠️