Queue - Mtax-Development/GML-OOP GitHub Wiki

Description

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

Specification

Destruction
Elements
Queue.destroy()
None

Properties

Name
Type
Modifiable
ID
{int:queue}
No

Construction types

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