Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add retain_mut method (as an alias to retain)
I was trying to use this crate as a drop-in replacement for std::Vec, where I am using the retain_mut method.
- Loading branch information