Peek at the last item in the vector. Only call this if the vector is not empty.
// PROTOTYPES T& last(); const T& last() const;