PrimitiveList.elementSize

Undocumented in source.
  1. enum elementSize;
  2. enum elementSize;
  3. enum elementSize;
  4. enum elementSize;
    struct PrimitiveList(Type)
    static if(!(is(Type == Void)))
    static if(!(is(Type == bool)))
    static if(!(is(Type == byte) || is(Type == ubyte)))
    static if(is(Type == short) || is(Type == ushort))
    enum elementSize = ElementSize.TWO_BYTES;
  5. enum elementSize;
  6. enum elementSize;

Meta