Iterator.opApply

Iterate over a set of tokens, exposing a token count starting at zero.

  1. int opApply(int delegate(ref cstring) dg)
  2. int opApply(int delegate(ref int, ref cstring) dg)
    class Iterator
    int
    opApply
    (
    scope int delegate
    (
    ref int
    ,)
    dg
    )
  3. int opApply(int delegate(ref int, ref cstring, ref cstring) dg)

Meta