Iterator.opApply

For each on iterator

  1. int opApply(int delegate(Slice) dg)
    class Iterator
    int
    opApply
    (
    int delegate dg
    )
  2. int opApply(int delegate(Slice, Slice) dg)

Meta