Skip to main content

Union

Struct Union 

Source
pub struct Union<'a, T, S, A = Global>
where A: Allocator,
{ /* private fields */ }
Expand description

A lazy iterator producing elements in the union of HashSets.

This struct is created by the union method on HashSet. See its documentation for more.