Return the value of the element at the back of this array.
Declared in <bdlc_packedintarray.h>
TYPE
back() const;
The behavior is undefined unless 0 < length(). Note that this function is logically equivalent to: ` operator - 1) `
value of the last element