You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It would be nice to have a
key(K)
method handy for every indexed map type (IndexedMap
andIndexedSnapshotMap
, currently), so that building arange()
(primary) key is easier, and well documented.The same for every index, i.e. a
key(IK)
(orindex_key(IK)
, for clarity) for every index an indexed map has, so that building arange()
key over an index is easy.key(K)
is already implemented forMap
, and probably other map types. Creating this issue to extend / consolidate functionality accross all map types and their indexes.The text was updated successfully, but these errors were encountered: