pub type RemoveIfMany<'a, K> = TakeIfMany<'a, Vec<<K as ClosedVec>::Item>, <K as ClosedVec>::Item, usize>;
alloc
pub struct RemoveIfMany<'a, K> { /* private fields */ }