pub type HashedSetView<C, I> = WrappedHashableContainerView<C, SetView<C, I>, HasherOutput>;Expand description
Type wrapping SetView while memoizing the hash.
Aliased Typeยง
struct HashedSetView<C, I> { /* private fields */ }pub type HashedSetView<C, I> = WrappedHashableContainerView<C, SetView<C, I>, HasherOutput>;Type wrapping SetView while memoizing the hash.
struct HashedSetView<C, I> { /* private fields */ }