WebStringArray.payload

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

Meta