JSONArray.opApply

Operator overload for foreach iteration through the array with key and value and allow modification of the reference

  1. int opApply(int delegate(ref JSONType) dg)
  2. int opApply(int delegate(ref ulong, ref JSONType) dg)
    class JSONArray
    override
    int
    opApply
    (
    int delegate
    (
    ref ulong
    ,)
    dg
    )

Meta