Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: skipBits #29

Open
JonathanLennox opened this issue Apr 13, 2022 · 1 comment
Open

Suggestion: skipBits #29

JonathanLennox opened this issue Apr 13, 2022 · 1 comment

Comments

@JonathanLennox
Copy link

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.

@Valwex
Copy link

Valwex commented Jul 30, 2023

Simply read bits without storing the result in a variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants