DynamicIndexedArray.opApply

= operator

  1. int opApply(int delegate(ref T) dlg)
  2. int opApply(int delegate(const ref T) dlg)
  3. int opApply(int delegate(ref T, InternalIndex) dlg)
    class DynamicIndexedArray(T)
    int
    opApply
    (
    int delegate dlg
    )
  4. int opApply(int delegate(const ref T, InternalIndex) dlg)

Meta