DataSet.indexType

Undocumented in source.
  1. enum indexType;
  2. enum indexType;
    class DataSet
    static if(!(is(Index == ubyte)))
    static if(is(Index == ushort))
    enum indexType = IndexType.Uint16;
  3. enum indexType;

Meta