Skip to main content

HashedSetView

Type Alias HashedSetView 

Source
pub type HashedSetView<C, I> = WrappedHashableContainerView<C, SetView<C, I>, HasherOutput>;
Expand description

Type wrapping SetView while memoizing the hash.

Aliased Typeยง

pub struct HashedSetView<C, I> { /* private fields */ }