PriorityQueue.greaterThan

Undocumented in source.
struct PriorityQueue(T, alias Predicate = "a > b")
alias greaterThan = binaryFun!Predicate

Meta