eris.util

Miscellaneous utilities.

Members

Functions

empty
bool empty(const(T) arg)

Free-function empty, which does the expected thing whenever arg.length works.

Structs

HashablePointer
struct HashablePointer(T)

Generic pointer-like wrapper used to forward hash table operations to its pointed-to object.

RefCountedTrusted
struct RefCountedTrusted(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)

Adapted RefCounted with a @trusted destructor.