pub type SetUnionWithTombstonesHashSet<Item> = SetUnionWithTombstones<HashSet<Item>, HashSet<Item>>;Available on crate feature
std only.Expand description
std::collections::HashSet-backed SetUnionWithTombstones lattice.
Aliased Typeยง
pub struct SetUnionWithTombstonesHashSet<Item> { /* private fields */ }