var._arrayElemAt
private
var _arrayElemAt(size_t index) ref @trustedIndex into the array payload and return a reference to the element.
Preconditions:
- The current value must be
Type.ARRAY. indexmust be in range[0 .. length), otherwise an assertion fails.