Expand description
Module containing the MapUnion lattice and aliases for different datastructures.
Structs§
- Keyed
Bimorphism - Composable bimorphism, wraps an existing morphism by partitioning it per key.
- MapUnion
- Map-union compound lattice.
Type Aliases§
- MapUnion
Array Map - Array-backed
MapUnionlattice. - MapUnionB
Tree Map std::collections::BTreeMap-backedMapUnionlattice.- MapUnion
Hash Map std::collections::HashMap-backedMapUnionlattice.- MapUnion
Option Map Option-backedMapUnionlattice.- MapUnion
Singleton Map crate::collections::SingletonMap-backedMapUnionlattice.- MapUnion
Vec Vec-backedMapUnionlattice.