hash_table_create Subroutine

private subroutine hash_table_create(hash_table, table_size)

create a hash_table of given initial size. the hash table will expand as needed (but this requires rehashing)

Arguments

Type IntentOptional Attributes Name
type(hash_table_type) :: hash_table
integer, intent(in) :: table_size