]> git.lizzy.rs Git - rust.git/commit
Add HashMap::drain_filter and HashSet::drain_filter
authorMatt Brubeck <mbrubeck@limpet.net>
Mon, 10 Aug 2020 20:06:48 +0000 (13:06 -0700)
committerMatt Brubeck <mbrubeck@limpet.net>
Wed, 9 Sep 2020 00:24:28 +0000 (17:24 -0700)
commit49aef963d3fb50c6961077cc11c6ce93ee719d73
treea79dee945d1191059731bf16c529a1b2dce20bdd
parentebd15e790aceeaacb01bdd5c4361c5b4be2db237
Add HashMap::drain_filter and HashSet::drain_filter

Implements #59618.
library/std/src/collections/hash/map.rs
library/std/src/collections/hash/set.rs