List - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a List Data Structure, which stores data in a linear model, offering flexibility while doing so. It is easily resized, sorted and manipulated in other ways.

Specification

Destruction
Elements
None

Properties

Name
Type
Modifiable
ID
{int:list}
No

Construction types

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