Hello, I was wondering if you could consider adding the iterator based erase method, with exactly the same specifications as std::vector: https://en.cppreference.com/w/cpp/container/vector/erase
Not having it is not at all a deal breaking, but it comes handy from times to times. Thank you!
Hello, I was wondering if you could consider adding the iterator based erase method, with exactly the same specifications as
std::vector: https://en.cppreference.com/w/cpp/container/vector/eraseNot having it is not at all a deal breaking, but it comes handy from times to times. Thank you!