[#265CCC67C26CF073D6A8ADB65BE594D8C476627F]
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.