TimeToIndex

Constructors

this
this(size_t n)

Constructor.

Members

Classes

ArrayNodePool
class ArrayNodePool

Functions

clear
void clear()

Removes all values from the tree.

Structs

PaddedNode
struct PaddedNode

Node wrapper struct, the node pool element type which must have a size that is an integer multiple of 16. This is because the libebtree requires that the pointers to the nodes passed to it are integer multiples of 16.

Meta