var._arrayElemAt

private var _arrayElemAt(size_t index) ref @trusted

Index into the array payload and return a reference to the element.

Preconditions:

  • The current value must be Type.ARRAY.
  • index must be in range [0 .. length), otherwise an assertion fails.