Readonly
isCopy the values of this object into the given array starting at the given offset. Creates a new array if none is provided.
Optional
_out: T(optional) The receiving array.
Optional
_offset: number(optional) The offset to start writing to.
_out
or a new array if none is provided.
Set the values of this object from the given array starting at the given offset.