-
Notifications
You must be signed in to change notification settings - Fork 355
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
Better return values from range/prefix #198
Labels
Comments
When we do implement this, we should:
|
Question: what happens when the primary key is references, eg. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Builds on #197
When iterating over a
range
from a Prefix we get fromMap
, we get back(Vec<u8> , T)
. However, we know what the Suffix is.Eg forK = (&[u8], U32Key)
we could get back(U32Key, T)
The text was updated successfully, but these errors were encountered: