We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
debug_assert()
Reader
In particular, at the start and at the end of each function, we should debug_assert() the i <= len invariant holds.
i <= len
The text was updated successfully, but these errors were encountered:
If this does not satisfy the issue, let me know. I want to get into open source.
Sorry, something went wrong.
I think #28 would make this superfluous because it removes the i member.
i
No branches or pull requests
In particular, at the start and at the end of each function, we should
debug_assert()
thei <= len
invariant holds.The text was updated successfully, but these errors were encountered: