pub trait VecHash {
fn vec_hash(&self, _random_state: RandomState) -> Vec<u64, Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
{ ... }
fn vec_hash_combine(&self, _random_state: RandomState, _hashes: &mut [u64]) { ... }
}
Provided methods
Compute the hash for all values in the array.
This currently only works with the AHash RandomState hasher builder.