bit-buffer
bit-buffer copied to clipboard
Suggestion: skipBits
It'd be useful in some use cases to have a skipBits function, which just advances the offset without reading any bits - if you know you don't care about the value of some bits, you shouldn't have to read them and compute their value.
Simply read bits without storing the result in a variable.