JSArray.payload

Undocumented in source. Be warned that the author may not have intended to support it.
  1. JSArrayCpp payload [@property getter]
  2. inout(JSArrayCpp) payload [@property getter]
    struct JSArray
    @property ref inout nothrow @nogc
    inout(JSArrayCpp)
    payload
    (
    this T
    )
    ()
    if (
    is(T == const) ||
    is(T == immutable)
    )

Meta