kMaxUnsignedSMI top-level constant

int const kMaxUnsignedSMI

The largest SMI value.

See www.dartlang.org/articles/numeric-computation/#smis-and-mints

When compiling to JavaScript, this value is not supported since it is larger than the maximum safe 32bit integer.

Implementation

const int kMaxUnsignedSMI = bitfield.kMaxUnsignedSMI;