JSONType.opApply

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

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

Meta