AllocSize.AllocSize

Undocumented in source.
  1. enum AllocSize;
  2. enum AllocSize;
    template AllocSize(T)
    package @trusted nothrow static
    static if(!(is(T == class)))
    enum AllocSize = T.sizeof;

Meta