Skip to main content

INTEGER_MIN

Constant INTEGER_MIN 

Source
pub const INTEGER_MIN: Integer = isize::MIN; // -9_223_372_036_854_775_808isize
Expand description

Minimum value for Integer.

C++ equivalent: NS::IntegerMin