Recycle

Undocumented in source.

Members

Functions

create
const(uint) create(T x)

Create an object of T and return it's index in '_active'

erase
void erase(uint id)

Erase by index

exists
bool exists(uint id)

Checking for existence by id

opCall
T opCall(uint id)

overloading function call operator