Type Alias NSInteger

Source
pub type NSInteger = i64;
Expand description

Aliased exclusively so that, should the watchOS target be added to Rust, NSInteger can conform to watchOS’ 32-bit architecture.