IniSection.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref string, ref string) dg)
    class IniSection
    int
    opApply
    (
    scope int delegate
    (
    ref string
    ,
    ref string
    )
    dg
    )
  2. int opApply(int delegate(MapEntry!(string, string) entry) dg)

Meta