pub type SetUnionBTreeSet<Item> = SetUnion<BTreeSet<Item>>;
Expand description
std::collections::BTreeSet
-backed SetUnion
lattice.
Aliased Type§
#[repr(transparent)]pub struct SetUnionBTreeSet<Item>(pub BTreeSet<Item>);
Tuple Fields§
§0: BTreeSet<Item>