DropRemoveIfMany

Type Alias DropRemoveIfMany 

Source
pub type DropRemoveIfMany<'a, 'q, K, Q> = TakeIfMany<'a, BTreeSet<<K as ClosedBTreeSet>::Item>, bool, &'q Q>;
Available on crate feature alloc only.

Aliased Typeยง

pub struct DropRemoveIfMany<'a, 'q, K, Q> { /* private fields */ }