Map - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a Map Data Structure, which stores data by creating key and value pairs. The contained data is not sorted and values are accessed either by specifying an existing key or iterating through the entire Map.

Specification

Destruction
Elements
None

Properties

Name
Type
Modifiable
ID
{handle:map}
No

Construction types

Name
Arguments
New constructor
Wrapper
map {handle:map}
Empty
Constructor copy
other {Map}
⚠️ **GitHub.com Fallback** ⚠️