Array.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(size_t i, ref T) @(nogc) operation)
  2. int opApply(int delegate(ref T) @(nogc) operation)
    struct Array(T)
    @nogc
    int
    opApply
    (
    scope int delegate
    (
    ref T
    )
    @nogc
    operation
    )
  3. int opApply(int delegate(size_t i, ref T) operation)
  4. int opApply(int delegate(ref T) operation)

Meta