static var bitWidth : Int
The number of bits used for the underlying binary representation of values of this type.
この型の値の基礎をなすバイナリ表現に対して使われるビットの数。
var nonzeroBitCount : Int
The number of bits equal to 1 in this value’s binary representation.
この値のバイナリ表現の中の1に等しいビットの数。
var leadingZeroBitCount : Int
The number of leading zeros in this value’s binary representation.
この値のバイナリ表現における先頭のゼロの数。
var trailingZeroBitCount : Int
The number of trailing zeros in this value’s binary representation.
この値のバイナリ表現において後に続くゼロの数。
var words: Int.Words
A collection containing the words of this value’s binary representation, in order from the least significant to most significant.
この値の持つバイナリ表現の単語いくらかを含んでいるコレクション、最下位から最上位への順番で。
struct Int.Words
A type that represents the words of this integer.
この整数のワードを表す型。