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

Improve on indexed maps primary key / index keys helpers #277

Closed
maurolacy opened this issue Apr 19, 2021 · 0 comments · Fixed by #288
Closed

Improve on indexed maps primary key / index keys helpers #277

maurolacy opened this issue Apr 19, 2021 · 0 comments · Fixed by #288
Assignees

Comments

@maurolacy
Copy link
Contributor

maurolacy commented Apr 19, 2021

It would be nice to have a key(K) method handy for every indexed map type (IndexedMap and IndexedSnapshotMap, currently), so that building a range() (primary) key is easier, and well documented.

The same for every index, i.e. a key(IK) (or index_key(IK), for clarity) for every index an indexed map has, so that building a range() key over an index is easy.

key(K) is already implemented for Map, and probably other map types. Creating this issue to extend / consolidate functionality accross all map types and their indexes.

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

Successfully merging a pull request may close this issue.

1 participant