ADAPT
ADAPT copied to clipboard
Pascal - Generics - Hashers - Define `IADHasher<T>`
IADHasher<T>
is the common Interface for all Hashing Algorithm Implementations.
The idea behind this is that the Hash Map types (IADHashMap<TKey, TValue>
) can specify their own Hashing Algorithm implementation to use.