pub type MapUnionVec<K, Val> = MapUnion<VecMap<K, Val>>;
Vec-backed MapUnion lattice.
Vec
MapUnion
struct MapUnionVec<K, Val>(/* private fields */);