MONC
|
Hashset structure which will store unique strings. The hashing aspect means that lookup is very fast but it does add extra memory overhead and the order is non-deterministic. More...
Private Attributes | |
type(list_type), dimension(:), pointer, private | set_ds => null() |
integer, private | size =0 |
Hashset structure which will store unique strings. The hashing aspect means that lookup is very fast but it does add extra memory overhead and the order is non-deterministic.
Definition at line 102 of file collections.F90.
|
private |
Definition at line 103 of file collections.F90.
|
private |
Definition at line 104 of file collections.F90.