GenericArrayPool

Constructors

this
this(size_t n, size_t element_size)

Constructor.

Destructor

~this
~this()

Destructor.

Members

Functions

clear
void clear()

Marks all elements in the pool as free.

next
void* next()

Obtains the next element in the pool.

Variables

element_size
size_t element_size;

Byte length of each element.

Meta