IntType constructor

IntType()

Create a new IntType

Implementation

IntType() : super(type: int) {
  baseType<int>(int);
}