DynamicIndexedArray.opApply

= operator

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

Meta