int16 top-level constant

IntegerType const int16

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

Implementation

const int16 = IntegerType(Int16List.bytesPerElement, _getInt16, _setInt16);