core.internal.container.common
Common code for writing containers.
Copyright
Copyright Martin Nowak 2013.
Functions 6
fn
void destroy(T)(ref T t) if (is(T == struct) && dtorIsNothrow!T)fn
void destroy(T)(ref T t) if (!is(T == struct))fn
void initialize(T)(ref T t) if (is(T == struct))fn
void initialize(T)(ref T t) if (!is(T == struct))