Function hyper_ast::utils::make_hash

source ·
pub fn make_hash<T>(builder: &impl BuildHasher, value: &T) -> u64where
    T: ?Sized + Hash,
Expand description

Creates the u64 hash value for the given value using the given hash builder.