TimeToIndex.ArrayNodePool

class TimeToIndex
static
class ArrayNodePool : NodePool!(Node) {}

Constructors

this
this(size_t n)

Constructor.

Members

Functions

clear
void clear()

Marks all pool items as unused.

newNode
Node* newNode()

Obtains a new node from the array node pool.

Meta