AllocTypes.ALLOC_SIZE

Undocumented in source.
mixintemplate AllocTypes()
static if(is(BASE_TYPE) && is(V))
enum ALLOC_SIZE = (V.sizeof + BASE_TYPE.sizeof - 1) / BASE_TYPE.sizeof;

Meta