提交 2957644e 编写于 作者: J Jonas Hietala 提交者: Alex Crichton

Describe BitPositions and TwoBitPositions.

上级 e68333a6
......@@ -1450,11 +1450,13 @@ fn remove(&mut self, value: &uint) -> bool {
}
}
/// An iterator for `BitvSet`.
pub struct BitPositions<'a> {
set: &'a BitvSet,
next_idx: uint
}
/// An iterator combining wo `BitvSet` iterators.
pub struct TwoBitPositions<'a> {
set: &'a BitvSet,
other: &'a BitvSet,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册