Change MultiIndex
index function signature to include the pk
#670
Labels
breaking
Breaking changes
breaking-api
Breaks contract API in an non-backwards-compatible way
storage plus
It would be good that the
MultiIndex
index function signature, instead of beingfn(&T) -> IK
, wasfn(&PK, &T) -> IK
instead.That way, the pk (or parts of it) can be used for indexing. And so the index keys don't have / need to come from the values alone.
The text was updated successfully, but these errors were encountered: