Expand description
Module containing the SetUnion
lattice and aliases for different datastructures.
Structs§
- Cartesian
Product Bimorphism - Bimorphism for the cartesian product of two sets. Output is a set of all possible pairs of items from the two input sets.
- SetUnion
- Set-union lattice.
Type Aliases§
- SetUnion
Array crate::collections::ArraySet
-backedSetUnion
lattice.- SetUnionB
Tree Set std::collections::BTreeSet
-backedSetUnion
lattice.- SetUnion
Hash Set std::collections::HashSet
-backedSetUnion
lattice.- SetUnion
Option Set Option
-backedSetUnion
lattice.- SetUnion
Singleton Set crate::collections::SingletonSet
-backedSetUnion
lattice.- SetUnion
Vec Vec
-backedSetUnion
lattice.