pub type MapUnionHashMapWithTombstoneHashSet<K, Val> = MapUnionWithTombstones<HashMap<K, Val>, HashSet<K>>;
Expand description
std::collections::HashMap
-backed MapUnionWithTombstones
lattice.
Aliased Type§
struct MapUnionHashMapWithTombstoneHashSet<K, Val> { /* private fields */ }