Expand description
Sets, finite and infinite.
This module provides interfaces and simple wrapper types to enable sets to be treated in a generic way.
Structs§
- A skeletal finite set with a data attribute.
- A finite set backed by a hash set.
- A skeletal finite set.
Traits§
- A finite set.
- A set.
Type Aliases§
- A finite set with elements of type
Ustr
.