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§
- Attributed
Skel Set - A skeletal finite set with a data attribute.
- Hash
FinSet - A finite set backed by a hash set.
- Skel
FinSet - A skeletal finite set.
Traits§
Type Aliases§
- Ustr
FinSet - A finite set with elements of type
Ustr
.