Iterator.opApply

Iterate over a set of tokens and delimiters, 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)
  3. int opApply(int delegate(ref int, ref cstring, ref cstring) dg)
    class Iterator
    int
    opApply
    (
    scope int delegate
    (
    ref int
    ,,)
    dg
    )

Meta