[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Maximum size of the hash table.
Source position: contnrs.pp line 202
const MaxHashTableSize = Maxint div 4; |
MaxHashTableSize is the maximum number of elements in the hash.
|
Hash list class for pointer data |