pub type SetUnionWithTombstonesRoaring = SetUnionWithTombstones<HashSet<u64>, RoaringTombstoneSet>;Expand description
crate::tombstone::RoaringTombstoneSet-backed tombstone set with std::collections::HashSet for the main set.
Provides space-efficient tombstone storage for u64 integer keys.
Aliased Typeยง
pub struct SetUnionWithTombstonesRoaring { /* private fields */ }