bit-buffer icon indicating copy to clipboard operation
bit-buffer copied to clipboard

Suggestion: skipBits

Open JonathanLennox opened this issue 3 years ago • 1 comments

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.

JonathanLennox avatar Apr 13 '22 22:04 JonathanLennox

Simply read bits without storing the result in a variable.

Valwex avatar Jul 30 '23 22:07 Valwex