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