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 39d5838 commit 7e45a78Copy full SHA for 7e45a78
src/raw/mod.rs
@@ -3376,7 +3376,7 @@ impl FullBucketsIndices {
3376
// the start of the array of control bytes, and never try to iterate after
3377
// getting all the elements, the last `self.ctrl` will be equal to
3378
// the `self.buckets() - Group::WIDTH`, so `self.current_group.next()`
3379
- // will always contains bytes within the table range (0..self.buckets()),
+ // will always contains indices within the range `0..Group::WIDTH`,
3380
// and subsequent `self.group_first_index + index` will always return a
3381
// number less than `self.buckets()`.
3382
self.ctrl = NonNull::new_unchecked(self.ctrl.as_ptr().add(Group::WIDTH));
0 commit comments