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

Arguments

None.

Returns

{any[]}

Description

Create an array with all priorities and values of this Priority Queue. The array will contain two arrays. The first one will contain all priorities and second one will contain all values.

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