JSONArray.opApply

Operator overload for foreach iteration through the array with values only and allow modification of the reference

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

Meta