int32 top-level constant

IntegerType const int32

A BinaryType for ints encoded as two's complement 32-bit integers.

Implementation

const int32 = IntegerType(Int32List.bytesPerElement, _getInt32, _setInt32);