MetaKeyBucket

Undocumented in source.

Members

Enums

BucketType
enum BucketType
Undocumented in source.

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.
corrupted
bool corrupted()
Undocumented in source. Be warned that the author may not have intended to support it.
deleted
bool deleted()
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.
markAsDeleted
void markAsDeleted()
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.

Variables

key
Key key;
Undocumented in source.
type
BucketType type;
Undocumented in source.

Meta