Type Alias lattices::set_union_with_tombstones::SetUnionWithTombstonesHashSet
source · pub type SetUnionWithTombstonesHashSet<Item> = SetUnionWithTombstones<HashSet<Item>, HashSet<Item>>;
Expand description
std::collections::HashSet
-backed SetUnionWithTombstones
lattice.
Aliased Type§
struct SetUnionWithTombstonesHashSet<Item> { /* private fields */ }