Now that [`.extract_if()`](https://github.com/rust-lang/rust/issues/43244) for [`Vec`](https://doc.rust-lang.org/std/vec/struct.Vec.html#method.extract_if), [`LinkedList`](https://doc.rust-lang.org/std/collections/struct.LinkedList.html#method.extract_if), [`HashSet`](https://doc.rust-lang.org/std/collections/struct.HashSet.html#method.extract_if), and [`HashMap`](https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.extract_if) [has been stabilized](https://github.com/rust-lang/rust/pull/137109), it'd be really handy to have this on `LinkedHashSet` as well.