JSONValue.opApply - multiple declarations

Function JSONValue.opApply

Implements the foreach opApply interface for json arrays.

int opApply (
  scope int delegate(ulong, ref JSONValue) dg
);

Function JSONValue.opApply

Implements the foreach opApply interface for json objects.

int opApply (
  scope int delegate(string, ref JSONValue) dg
);