Type Alias linera_views::views::set_view::HashedSetView

source ·
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 */ }