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