PrimitiveList.elementSize

Undocumented in source.
  1. enum elementSize;
  2. enum elementSize;
  3. enum elementSize;
  4. enum elementSize;
  5. 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)))
    static if(is(Type == int) || is(Type == uint) || is(Type == float))
    enum elementSize = ElementSize.FOUR_BYTES;
  6. enum elementSize;

Meta