DictionaryList.opApply

Iterates over all fields, including duplicates.

  1. int opApply(int delegate(string key, ref ValueType val) del)
  2. int opApply(int delegate(ref ValueType val) del)
  3. int opApply(int delegate(string key, ref const(ValueType) val) del)
  4. int opApply(int delegate(ref const(ValueType) val) del)
    struct DictionaryList(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32)
    const
    int
    opApply
    (
    scope int delegate
    (
    ref const(ValueType) val
    )
    del
    )

Meta