NSInteger

Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
  1. alias NSInteger = int
  2. alias NSInteger = long
    version(D_ObjectiveC && !watchOS)
    extern (Objective-C)
    alias NSInteger = long

Meta