eris.core

Core type definitions, templates and helper procedures.

Members

Aliases

Unit
alias Unit = void[0]

Zero-sized type carrying no information at all.

Functions

move
T move(T source)

Phobos move, but always by destructive copy when in debug mode.

move
void move(T source, T target)

Phobos move, but always by destructive copy when in debug mode.

opCmp
int opCmp(T a, T b)

Free-function version of opCmp for generic code.