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
When iterating over a range from a Prefix we get from Map, we get back (Vec<u8> , T). However, we know what the Suffix is.Eg for K = (&[u8], U32Key) we could get back (U32Key, T)
Builds on #197
When iterating over a
rangefrom 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)