Type Alias lattices::set_union::SetUnionVec

source ·
pub type SetUnionVec<Item> = SetUnion<Vec<Item>>;
Expand description

Vec-backed SetUnion lattice.

Aliased Type§

struct SetUnionVec<Item>(pub Vec<Item>);

Fields§

§0: Vec<Item>