PriorityQueue.fromArray() - Mtax-Development/GML-OOP GitHub Wiki

Argument

Name
Type
Optional
array
{any[]}
No

Returns

Not applicable.

Description

Add priority and value pairs from the specified array to this Priority Queue. The first dimension of the array must contain priorities and the second their values. Values that are not provided for a priority will be set to {undefined}.

⚠️ **GitHub.com Fallback** ⚠️