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
Signal the primary key deserialization type of MultiIndex using a PK trait or similar, like in UniqueIndex. (done in #568)
In passing, rename K to IK (Index Key) for clarity in both indexes. (done in #569)
If possible, make those PK traits automatic / inherited from the IndexedMap specification. That means, better encapsulation / coupling between IndexedMap and the *Index impls.
The text was updated successfully, but these errors were encountered:
Signal the primary key deserialization type of. (done in #568)MultiIndex
using aPK
trait or similar, like inUniqueIndex
In passing,
rename. (done in #569)K
toIK
(Index Key) for clarity in both indexesIf possible, make those
PK
traits automatic / inherited from theIndexedMap
specification. That means, better encapsulation / coupling betweenIndexedMap
and the*Index
impls.The text was updated successfully, but these errors were encountered: