pub type HashedBucketQueueView<C, T, const N: usize> = WrappedHashableContainerView<C, BucketQueueView<C, T, N>, HasherOutput>;Expand description
Type wrapping QueueView while memoizing the hash.
Aliased Typeยง
struct HashedBucketQueueView<C, T, const N: usize> { /* private fields */ }