[#0AC0F07FFBAA9556BB865029BC07F8146B768FC3]
Erase segments
iterator erase( iterator first, iterator last) noexcept;
This function removes a range of segments from the container.
All iterators that are equal to `first` or come after are invalidated.
Linear in `this->url().encoded_resource().size()`.
Throws nothing.