IndexedArray.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref T) dlg)
  2. int opApply(int delegate(ref T) dlg)
  3. int opApply(int delegate(const ref T) dlg)
  4. int opApply(int delegate(ref T, uint) dlg)
  5. int opApply(int delegate(ref T, uint) dlg)
  6. int opApply(int delegate(const ref T, uint) dlg)
  7. int opApply(int delegate(const Tuple!(const uint, const T)) dlg)
    class IndexedArray(T, uint _capacity, bool _useParallelism = false)
    const
    int
    opApply
    (
    int delegate
    (
    const Tuple!(const uint, const T)
    )
    dlg
    )

Meta