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
-backedSetUnionWithTombstones
lattice.- SetUnion
With TombstonesB Tree Set std::collections::BTreeSet
-backedSetUnionWithTombstones
lattice.- SetUnion
With Tombstones Hash Set std::collections::HashSet
-backedSetUnionWithTombstones
lattice.- SetUnion
With Tombstones Option Set Option
-backedSetUnionWithTombstones
lattice.- SetUnion
With Tombstones Singleton Set crate::collections::SingletonSet
-backedSetUnionWithTombstones
lattice.- SetUnion
With Tombstones Tombstone Only Set crate::collections::SingletonSet
-backedSetUnionWithTombstones
lattice.- SetUnion
With Tombstones Vec Vec
-backedSetUnionWithTombstones
lattice.