pub fn retain_items<'a, C: Container>( lists: <Lists<C> as Borrow>::Borrowed<'a>, keep: &[bool], ) -> (Lists<C>, Vec<bool>)
Returns the non-empty lists once values are filtered by keep, and the bitmap of lists to keep.
keep