Skip to content

Commit 6378b00

Browse files
author
maxtremblay
committed
Add a small doc comment
1 parent 3b6aa25 commit 6378b00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vector/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ impl<T: Deref<Target = [usize]>> fmt::Display for SparseBinVecBase<T> {
427427
}
428428
}
429429

430+
/// An iterator over all non trivial positions of
431+
/// a sparse binary vector.
430432
pub struct NonTrivialPositions<'vec> {
431433
positions: &'vec [usize],
432434
index: usize,

0 commit comments

Comments
 (0)