JSONType.opApply

Convenience function for iteration that apply to both AA and array type operations with ref value

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

Meta