Implements a concrete type for scalar int64 hash keys
Create new key container from a scalar int64
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | source |
Hash table key container
generic, public :: operator(==) => equals | |
procedure , public , pass :: hash => key_hash_int64 Function | |
procedure , public , pass :: equals => key_equal_int64 Function | |
procedure , public , pass :: to_string => key_int64_to_string Function |