Setting.opApply

to iterate using foreach

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

Meta