Skip to content

Commit

Permalink
Implement Clone on the roaring bitmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Sep 2, 2024
1 parent abfabf4 commit 348e58c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roaring/src/bitmap/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub struct Iter<'a> {
}

/// An iterator for `RoaringBitmap`.
#[derive(Clone)]
pub struct IntoIter {
inner: iter::Flatten<vec::IntoIter<Container>>,
size_hint: u64,
Expand Down

0 comments on commit 348e58c

Please sign in to comment.