We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15249bf commit a28f4efCopy full SHA for a28f4ef
arrow-buffer/src/util/bit_iterator.rs
@@ -93,6 +93,8 @@ impl DoubleEndedIterator for BitIterator<'_> {
93
/// Returns `(usize, usize)` each representing an interval where the corresponding
94
/// bits in the provides mask are set
95
///
96
+/// the first value is the start of the range (inclusive) and the second value is the end of the range (exclusive)
97
+///
98
#[derive(Debug)]
99
pub struct BitSliceIterator<'a> {
100
iter: UnalignedBitChunkIterator<'a>,
0 commit comments