Get a const reference to the first element of the deque. Requires !empty().
Declared in <util/vecdeque.h>
<util/vecdeque.h>
T const& front() const noexcept;
A const reference to the first element.