Pool.dispose

Signals to the pool that this object is no longer used, so it can recycle its memory.

struct Pool(T)
static
void
dispose
(
string f = __FILE__
uint l = __LINE__
A...
)
()
if (
is(T == class)
)

Meta