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
In our database, every trie node has a unique storage index. We simply represent this as a u64 in the code. The code would be a bit clearer and a bit less error prone if we had a simple newtype for it.
The text was updated successfully, but these errors were encountered:
In our database, every trie node has a unique storage index. We simply represent this as a
u64
in the code. The code would be a bit clearer and a bit less error prone if we had a simple newtype for it.The text was updated successfully, but these errors were encountered: