Type Alias lattices::set_union::SetUnionBTreeSet
source · pub type SetUnionBTreeSet<Item> = SetUnion<BTreeSet<Item>>;
Expand description
std::collections::BTreeSet
-backed SetUnion
lattice.
Aliased Type§
struct SetUnionBTreeSet<Item>(pub BTreeSet<Item>);
Fields§
§0: BTreeSet<Item>