pub type UnorderedId = u64;
When adding an element in a ArenaHashMap, we get a unique id associated to the given key.
ArenaHashMap