linera_views::views::set_view

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ยง

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