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
This makes very clear the distinction between prefix and suffix.
We should be able to range by fixing (T, U) and iterating over V
Let's test both the following: ((T, U), V) and (T, U, V). For both, we should be able to give (T, U) and iterate over V.
((T, U), V)
(T, U, V)
Example: (&[u8], U32Key, U64Key)
(&[u8], U32Key, U64Key)
The text was updated successfully, but these errors were encountered:
maurolacy
Successfully merging a pull request may close this issue.
This makes very clear the distinction between prefix and suffix.
We should be able to range by fixing (T, U) and iterating over V
Let's test both the following:
((T, U), V)
and(T, U, V)
. For both, we should be able to give (T, U) and iterate over V.Example:
(&[u8], U32Key, U64Key)
The text was updated successfully, but these errors were encountered: