PriorityQueue.E

Undocumented in source.
struct PriorityQueue(P, V, alias pred = "a > b")
alias E = Tuple!(P, V)

Meta