Enumerated type to indicate bucket list size.
Source position: contnrs.pp line 581
| type TBucketListSizes = ( | ||
| bl2, | 
 | List with 2 buckets. | 
| bl4, | 
 | List with 4 buckets. | 
| bl8, | 
 | List with 8 buckets. | 
| bl16, | 
 | List with 16 buckets. | 
| bl32, | 
 | List with 32 buckets. | 
| bl64, | 
 | List with 64 buckets. | 
| bl128, | 
 | List with 128 buckets. | 
| bl256 | 
 | List with 256 buckets. | 
| ); | 
TBucketListSizes is used to set the bucket list size: It specified the number of buckets created by TBucketList.
| 
 | Default bucket list implementation. | |
| 
 | Create a new TBucketList instance. |