Setting.opApply

to iterate over OBJECT using foreach(key, value; map)

  1. int opApply(int delegate(ref Setting) dg)
  2. int opApply(int delegate(ref string, ref Setting) dg)
    class Setting
    int
    opApply
    (
    int delegate
    (
    ref string
    ,)
    dg
    )

Meta