PriorityQueue.fromArray() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
array |
{any[]} |
No |
Not applicable.
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}
.