MapUnionWithTombstonesRoaring

Type Alias MapUnionWithTombstonesRoaring 

Source
pub type MapUnionWithTombstonesRoaring<Val> = MapUnionWithTombstones<HashMap<u64, Val>, RoaringTombstoneSet>;
Expand description

crate::tombstone::RoaringTombstoneSet-backed tombstone set with HashMap for the main map. Provides space-efficient tombstone storage for u64 integer keys.

Aliased Typeยง

pub struct MapUnionWithTombstonesRoaring<Val> { /* private fields */ }