Discussion 解説
The bit width of a Int
instance is 32 on 32-bit platforms and 64 on 64-bit platforms.
Int
インスタンスのビット幅は、32ビットプラットホーム上では32そして64ビットプラットホーム上では64です。
Availability
Technology
static var bitWidth: Int
{ get }
The bit width of a Int
instance is 32 on 32-bit platforms and 64 on 64-bit platforms.
Int
インスタンスのビット幅は、32ビットプラットホーム上では32そして64ビットプラットホーム上では64です。
var bitWidth : Int
var nonzeroBitCount : Int
var leadingZeroBitCount : Int
var trailingZeroBitCount : Int
var words: Int.Words
struct Int.Words