Commits
Click on a commit to change the comparison rangefeat(allocator): add `Vec2::retain_mut` method (#9655)
OXC has a few places using this API, so we need to add this method before replacing allocator-api2's `Vec`. The implementation is copied from the https://doc.rust-lang.org/src/alloc/vec/mod.rs.html#2121-2123, and modified a little to make it fit the `Vec2`.