Expand description
Module containing the SetUnionWithTombstones lattice and aliases for different datastructures.
Structs§
- SetUnion
With Tombstones - Set-union lattice with tombstones.
Type Aliases§
- SetUnion
With Tombstones Array crate::collections::ArraySet-backedSetUnionWithTombstoneslattice.- SetUnion
With TombstonesB Tree Set std::collections::BTreeSet-backedSetUnionWithTombstoneslattice.- SetUnion
With Tombstones Hash Set std::collections::HashSet-backedSetUnionWithTombstoneslattice.- SetUnion
With Tombstones Option Set Option-backedSetUnionWithTombstoneslattice.- SetUnion
With Tombstones Singleton Set crate::collections::SingletonSet-backedSetUnionWithTombstoneslattice.- SetUnion
With Tombstones Tombstone Only Set crate::collections::SingletonSet-backedSetUnionWithTombstoneslattice.- SetUnion
With Tombstones Vec Vec-backedSetUnionWithTombstoneslattice.