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

put
bool put(T x, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

START_INDEX
enum START_INDEX;
Undocumented in source.
to_doc_id
enum to_doc_id;
Undocumented in source.
to_index
enum to_index;
Undocumented in source.

Meta