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