Skip to main content

HashedCollectionView

Type Alias HashedCollectionView 

Source
pub type HashedCollectionView<C, I, W> = WrappedHashableContainerView<C, CollectionView<C, I, W>, HasherOutput>;
Expand description

Type wrapping CollectionView while memoizing the hash.

Aliased Typeยง

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