The number of bits used for the underlying binary representation of values of this type.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
static var bitWidth: Int { get }
Discussion
The bit width of a Int
instance is 32 on 32-bit platforms and 64 on 64-bit platforms.