Array.opApply

Iterating over array via foreach.

  1. int opApply(int delegate(size_t i, ref T) dg)
  2. int opApply(int delegate(ref T) dg)
    struct Array(T, size_t chunkSize = 32)
    int
    opApply
    (
    scope int delegate
    (
    ref T
    )
    dg
    )

Meta