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