[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Maximum size of hash list.
Source position: contnrs.pp line 200
const MaxHashListSize = Maxint div 16; |
MaxHashListSize is the maximum number of elements a hash list can contain.
|
Hash list class for pointer data |