The HashTableFn
functor provides an implementation of the
MONO_HASH_TABLE
signature parameterized
over the key type.
The tables are implemented as an array of buckets, which are lists of key-value pairs. The number of buckets grows with the number of table entries.
Synopsis
functor HashTableFn (Key : HASH_KEY) : MONO_HASH_TABLE