PriorityQueue

Priority Queue. P is Priority Type. Lower priority means higher precedence in queue. V is Value Type.

struct PriorityQueue (
P
V
alias pred = "a > b"
) {}

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Meta