mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-31 04:05:31 +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.