iterator
Return an iterator that walks the queue without consuming it. The iteration order may differ from the priority order. Invalidated if the heap is modified.
Function parameters
Parameters
- self:*Self
Priority queue for storing generic data.
Functions
- PriorityQueue
- Priority queue for storing generic data.
Source