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
MapUnion
lattice. - MapUnionB
Tree Map std::collections::BTreeMap
-backedMapUnion
lattice.- MapUnion
Hash Map std::collections::HashMap
-backedMapUnion
lattice.- MapUnion
Option Map Option
-backedMapUnion
lattice.- MapUnion
Singleton Map crate::collections::SingletonMap
-backedMapUnion
lattice.- MapUnion
Vec Vec
-backedMapUnion
lattice.