core.internal.container.common

Common code for writing containers.

Functions 6

fnvoid * xrealloc(void * ptr, size_t sz) nothrow @nogc
fnvoid * xmalloc(size_t sz) nothrow @nogc
fnvoid destroy(T)(ref T t) if (is(T == struct) && dtorIsNothrow!T)
fnvoid destroy(T)(ref T t) if (!is(T == struct))
fnvoid initialize(T)(ref T t) if (is(T == struct))
fnvoid initialize(T)(ref T t) if (!is(T == struct))