cairo_lang_utils

Module unordered_hash_set

Source

Structsยง

  • A hash set 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 OrderedHashSet.