Type Alias

NSInteger

Describes an integer.

Declaration 宣言

typealias NSInteger = Int

Discussion 解説

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

Topics 話題

Constants 定数