hasher_fun Interface

interface

Abstract interface to a 64 bit hash function operating on a KEY_TYPE


public pure function hasher_fun(key) result(hash_value)

Arguments

Type IntentOptional Attributes Name
type(key_type), intent(in) :: key

Return Value integer(kind=int_hash)