kMaxInt32 top-level constant
int
const kMaxInt32
The maximum value for a 32-bit signed integer (2^31 - 1).
Implementation
const int kMaxInt32 = 2147483647;
The maximum value for a 32-bit signed integer (2^31 - 1).
const int kMaxInt32 = 2147483647;