Module hashset
SourceDescription
HashSet — hash-based unique-element set.
The HashSet type is implicitly available everywhere; this module attaches .insert, .contains, and .len to it via host intrinsics.
Not re-exported by the prelude — use :use :open silo:std.collections.hashset ....