package @rimbu/hashed/set
The @rimbu/hashed/set
package provides the HashSet
implementation.
See the Rimbu docs Set page for more information.
Interfaces
Name | Description |
---|---|
HashSet<T> | A type-invariant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the HashSet API documentation |
Namespaces
Name | Description |
---|---|
HashSet | A type-invariant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the HashSet API documentation |