You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I need an iterator for
BitSet
that owns all its data to implement anIntoIter
for a struct in select.rs, but I couldn't find anyIntoIter
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 anIntoIter
like thebit-vec
crate has?The text was updated successfully, but these errors were encountered: