PriorityQueue.opApply

Iterates over each item in the PriorityQueue

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

Meta