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?
I need an iterator for
BitSetthat owns all its data to implement anIntoIterfor a struct in select.rs, but I couldn't find anyIntoIterstruct 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 anIntoIterlike thebit-veccrate has?