Bin

Distinct bin

Constructors

this
this(uint id)

Construct a bin with an id

Members

Functions

canOverlapWith
bool canOverlapWith(int begin, int end)

Check if bin can overlap with a region

is_leaf
bool is_leaf()

Returns whether the bin is a leaf in the B-tree

level
int level()

How deep the bin is in the tree

Variables

chunks
Chunk[] chunks;
Undocumented in source.
id
uint id;

bin number

Meta