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
IndexStruct::push
First strange conversion: https://github.com/qoollo/pearl/blob/master/src/blob/index/core.rs#L268 Second: https://github.com/qoollo/pearl/blob/master/src/blob/index/core.rs#L275
Looks like h.key() can be used directly
h.key()
The text was updated successfully, but these errors were encountered:
Pearl::IndexStruct::push
lostl1ght
Successfully merging a pull request may close this issue.
First strange conversion: https://github.com/qoollo/pearl/blob/master/src/blob/index/core.rs#L268
Second: https://github.com/qoollo/pearl/blob/master/src/blob/index/core.rs#L275
Looks like
h.key()
can be used directlyThe text was updated successfully, but these errors were encountered: