JSONType.opApply

Allow foreach over the object with integer key and ref value.

  1. int opApply(int delegate(ref string, ref JSONType) dg)
  2. int opApply(int delegate(ref ulong, ref JSONType) dg)
    class JSONType
    int
    opApply
    (
    int delegate
    (
    ref ulong
    ,)
    dg
    )
  3. int opApply(int delegate(ref JSONType) dg)

Meta