KeyBucket

Uses special key value to mark empty buckets

Members

Functions

assignKey
void assignKey(Key _key)
Undocumented in source. Be warned that the author may not have intended to support it.
canInsert
bool canInsert(Key _key)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
used
bool used()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

clearBuckets
void clearBuckets(typeof(this)[] keyBuckets)
Undocumented in source. Be warned that the author may not have intended to support it.
isValidKey
bool isValidKey(Key _key)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

key
Key key;
Undocumented in source.

Meta