| Tag Link | [PriorityQueue] | Category | Array |
|---|---|---|---|
| Type | Substitution | Source Available | No |
| Support | Preferred | Version | 8.0 |
| Change | Unchanged | Data Source | Any |
| Output Type | None | Security | None |
| Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[PriorityQueue] creates a new priority queue. An optional parameter specifies a comparator that is used to sort the priority queue. All values must be inserted into the priority queue using [PriorityQueue->Insert].
[PriorityQueue: Comparator]
| Optional Parameters | |
|---|---|
| Comparator | A comparator which will be used to sort the priority queue. |
See the Lasso 8 Language Guide for examples of how to use this tag.