Module set_union_with_tombstones

Source
Expand description

Module containing the SetUnionWithTombstones lattice and aliases for different datastructures.

Structs§

SetUnionWithTombstones
Set-union lattice with tombstones.

Type Aliases§

SetUnionWithTombstonesArray
crate::collections::ArraySet-backed SetUnionWithTombstones lattice.
SetUnionWithTombstonesBTreeSet
std::collections::BTreeSet-backed SetUnionWithTombstones lattice.
SetUnionWithTombstonesHashSet
std::collections::HashSet-backed SetUnionWithTombstones lattice.
SetUnionWithTombstonesOptionSet
Option-backed SetUnionWithTombstones lattice.
SetUnionWithTombstonesSingletonSet
crate::collections::SingletonSet-backed SetUnionWithTombstones lattice.
SetUnionWithTombstonesTombstoneOnlySet
crate::collections::SingletonSet-backed SetUnionWithTombstones lattice.
SetUnionWithTombstonesVec
Vec-backed SetUnionWithTombstones lattice.