Type Definition fruity__bbqsrc::objc::NSUInteger[][src]

type NSUInteger = usize;
Expand description

Describes an unsigned integer.

When building 32-bit applications, NSUInteger is a 32-bit unsigned integer. A 64-bit application treats NSUInteger as a 64-bit unsigned integer

See documentation.