Ini.opApply

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

Meta