PrimitiveList.elementSize

Undocumented in source.
  1. enum elementSize;
  2. enum elementSize;
  3. enum elementSize;
  4. enum elementSize;
  5. enum elementSize;
  6. 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)))
    static if(is(Type == long) || is(Type == ulong) || is(Type == double))
    enum elementSize = ElementSize.EIGHT_BYTES;

Meta