pub fn hash_iter<I>(salt: I) -> u64 where
    I: IntoIterator,
    I::Item: Hash
Expand description

generate hash via Iterator