contain-rs / bit-set

A Set of Bits
Apache License 2.0
63 stars 25 forks source link

IntoIter? #11

Open utkarshkukreti opened 8 years ago

utkarshkukreti commented 8 years ago

I need an iterator for BitSet that owns all its data to implement an IntoIter for a struct in select.rs, but I couldn't find any IntoIter struct in this crate. Is there a reason it isn't present (other than no one ever asked for it)? Would you accept a PR to add an IntoIter like the bit-vec crate has?