smallIntegerArray constant

GenericType<List<int>> const smallIntegerArray

Must be a List<int>

Implementation

static const smallIntegerArray = GenericType<List<int>>(
  TypeOid.smallIntegerArray,
);