| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | key(:) |
pure module function int16_fnv_1(key) result(hash_code) !! FNV_1 hash function for rank 1 array keys of kind int16 implicit none integer(int16), intent(in) :: key(:) integer(int_hash) :: hash_code end function int16_fnv_1