cranelift_isle

Module stablemapset

source
Expand description

Implementations of hashmap and hashset that asvoid observing non-determinism in iteration order. In a separate module so the compiler can prevent access to the internal implementation details.

Structsยง

  • A wrapper around a HashMap which prevents accidentally observing the non-deterministic iteration order.
  • A wrapper around a HashSet which prevents accidentally observing the non-deterministic iteration order.