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