Fortran hash table
0.1
|
read_write | |
dictionary_m | Dictionary type that uses strings for the keys and values |
bucket_t | A bucket contains several entries |
dictionary_t | The dictionary contains dict_size buckets (defined at run time) |
entry_t | Single entry in the dictionary |