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
Is there anything in BitGet that corresponds to the putLeftByteString function in BitPut?
In other words, if I have a bit string represented as a ByteString of 44 bytes, and I know that only 2 bits of the last byte are actually part of the bit string, is there any way to runBitGet over that bit string?
The text was updated successfully, but these errors were encountered:
Is there anything in
BitGet
that corresponds to theputLeftByteString
function inBitPut
?In other words, if I have a bit string represented as a
ByteString
of 44 bytes, and I know that only 2 bits of the last byte are actually part of the bit string, is there any way torunBitGet
over that bit string?The text was updated successfully, but these errors were encountered: