tov / bv-rs

Bit-vectors and bit-slices for Rust
https://tov.github.io/bv-rs/bv/
Apache License 2.0
27 stars 5 forks source link

no `iter`? #15

Open walksanatora opened 1 year ago

walksanatora commented 1 year ago

i wanted to iterate over every value in the bitvec to append it to another bitvec (I have a HashMap of Value,BitVec) but there is no way to iterate over each individual bit

walksanatora commented 1 year ago

also no way to reverse a BitVec