Setting.opApply - multiple declarations

Function Setting.opApply

to iterate using foreach

Prototype

int opApply(
  int delegate(ref Setting) dg
);

Function Setting.opApply

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

Prototype

int opApply(
  int delegate(ref string, ref Setting) dg
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0