[#F9AE118F80D91E1C17ADF7B5C7A2FC435E0D9593]
Remove the last segment
void pop_back() noexcept;
This function removes the last segment from the container.
Iterators to the last segment as well as all end iterators are invalidated.
not this->empty()
Throws nothing.