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