Return the vector as an array of values, where the first array entry represents the oldest value.
Doing a foreach() on the returned array will traverse in the opposite direction of foreach() upon a vector
See Implementation
Return the vector as an array of values, where the first array entry represents the oldest value.
Doing a foreach() on the returned array will traverse in the opposite direction of foreach() upon a vector