DataType.this

constructor.

dataType is the type to store arrayDimension is the number of nested arrays isRef is whether the type is a reference to the actual type

  1. this(DataType.Type dataType, uinteger arrayDimension, bool isReference)
    struct DataType
    this
    (,
    uinteger arrayDimension = 0
    ,
    bool isReference = false
    )
  2. this(string dataType, uinteger arrayDimension, bool isReference)
  3. this(string sType)
  4. this(Token data)

Meta