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