NSIntegerMax

Constant NSIntegerMax 

Source
pub const NSIntegerMax: NSInteger = NSInteger::MAX; // 9_223_372_036_854_775_807isize
Expand description

The maximum NSInteger value.

See documentation.