mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 02:40:36 +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.