mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 20:05:33 +00:00
add LinkedList::{retain,retain_mut}
Implement #114135
The API is consistent with other collections.
add LinkedList::{retain,retain_mut}
Implement #114135
The API is consistent with other collections.