Function max

Source
pub fn max() -> i32
Expand description

Return the largest value that can be represented by i32.

The largest value for i32 is 2147483647.