ArrayPool

Constructors

this
this(size_t n)

Constructor.

Members

Functions

next
T* next()

Obtains the next element in the pool.

Inherited Members

From GenericArrayPool

element_size
size_t element_size;

Byte length of each element.

~this
~this()

Destructor.

next
void* next()

Obtains the next element in the pool.

clear
void clear()

Marks all elements in the pool as free.

Meta