NSUInteger

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 NSUInteger = uint
  2. alias NSUInteger = ulong
    version(D_ObjectiveC && !watchOS)
    extern (Objective-C)
    alias NSUInteger = ulong

Meta