pub fn hash64<T>(v: &T) -> u64where
    T: Hash + ?Sized,
Expand description

A convenience function for when you need a quick 64-bit hash.