Limited_Hash_Tables
Versatile implementation of hash tables.
• Generic to allow all kinds of content.
• Variable size (always prime).
| | type Key_Type | |
| Generic type of keys to access items. | |
| | type Item_Type | |
| Generic type of the items to be stored. | |
| | type Pair | |
| Storage for hash table data. | |
| | type Pair_Access | |
| Access type for pairs. | |
|