cairo_lang_utils

Module 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.

Enums§

  • A view into a single entry in a map, which may either be vacant or occupied.