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 8c3251f commit c509325Copy full SHA for c509325
src/libcollections/bitv.rs
@@ -1450,11 +1450,13 @@ impl MutableSet<uint> for BitvSet {
1450
}
1451
1452
1453
+/// An iterator for `BitvSet`.
1454
pub struct BitPositions<'a> {
1455
set: &'a BitvSet,
1456
next_idx: uint
1457
1458
1459
+/// An iterator combining wo `BitvSet` iterators.
1460
pub struct TwoBitPositions<'a> {
1461
1462
other: &'a BitvSet,
0 commit comments