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