Implements a concrete type for 1D int32 array hash keys
Create new key container from a scalar int32
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | source(:) |
Hash table key container
generic, public :: operator(==) => equals | |
procedure , public , pass :: hash => key_hash_int32_1d Function | |
procedure , public , pass :: equals => key_equal_int32_1d Function | |
procedure , public , pass :: to_string => key_int32_1d_to_string Function |