PriorityQueue.opApply

Iterates over each item in the PriorityQueue and reorders it

  1. int opApply(int delegate(OutboundItem ob) del)
    struct PriorityQueue
    int
    opApply
    (
    scope int delegate del
    )
  2. int opApply(int delegate(const OutboundItem ob) del)

Meta