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
We should move decode::decode_natural into BitIter and make use of the new BitIter methods. This requires rewriting the old unit tests that make use of Vec<bool>.
The text was updated successfully, but these errors were encountered:
We should move
decode::decode_natural
intoBitIter
and make use of the newBitIter
methods. This requires rewriting the old unit tests that make use ofVec<bool>
.The text was updated successfully, but these errors were encountered: