A subclass of $(D_PSYMBOL Queue); retrieves entries in priority order (largest first).
Entries are typically tuples of the form: (priority number, data).
See Implementation
A subclass of $(D_PSYMBOL Queue); retrieves entries in priority order (largest first).
Entries are typically tuples of the form: (priority number, data).