CachedRange.opApply

Support for foreach loops

  1. int opApply(int delegate(ref EC.ET) func)
    struct CachedRange(EC)
    scope
    int
    opApply
    (
    int delegate
    (
    ref EC.ET
    )
    func
    )
  2. int opApply(int delegate(ref size_t, ref EC.ET) func)

Meta