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. It does support aggregation which can be used in intermediate computations (see
aggregate_by
). For an iterable version see OrderedHashMap.