| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key |
elemental module function character_fnv_1(key) result(hash_code) !! FNV_1 hash function for default character string keys implicit none character(*), intent(in) :: key integer(int_hash) :: hash_code end function character_fnv_1