Module hashset

Source
Description

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

Data Types

Types

HashSet

Trait Implementations

impl HashSet for ?560301

.contains ( elem (HashSet elem) Bool )

.insert ( (HashSet elem) elem (HashSet elem) )

.len ( (HashSet elem) (Int ..) )