The search functionality needs JavaScript enabled
Setting.opApply
to iterate using foreach
int opApply( int delegate(ref Setting) dg );
to iterate over OBJECT using foreach(key, value; map)
int opApply( int delegate(ref string, ref Setting) dg );