Module cairo_lang_utils::unordered_hash_map
source · Structs
- A hash map that does not care about the order of insertion. In particular, it does not support iterating, in order to guarantee deterministic compilation. For an iterable version see OrderedHashMap.