Acquired.initialise

Initialises this instance. (No other methods may be called before calling this method.)

struct Acquired(T)
void
initialise

Parameters

buffer_pool FreeList!(ubyte[])

shared pool of untyped arrays

t_pool FreeList!(T)

shared pool of T

Meta