BucketsChain.Range

Undocumented in source.

Members

Functions

popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buckets
BucketsChain!(T, elementsInBucket, addGCRange)* buckets;
Undocumented in source.
lastBucketNum
int lastBucketNum;
Undocumented in source.
lastElementNum
int lastElementNum;
Undocumented in source.

Meta