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
TrieMap ought to be called RadixMap, PatriciaTree, or something other than TrieMap, considering that it only works with uint keys.
Ideally, TrieMap would work for any valuable that is a RandomAccessIterator<T: Eq>, or something similar, which would make it much more useful/general.