Hashes a slice of objects into a hasher.
fn stateful_hash_slice<H>(val: &[Self], h: &mut H) -> () where H: Hasher,
The objects to hash.
The hasher to hash into.