var bitWidth : Int
The number of bits in the current binary representation of this value.
この値の現在のバイナリ表現でのビット数。
var trailingZeroBitCount : Int
The number of trailing zeros in this value’s binary representation.
この値のバイナリ表現において後に続くゼロの数。
var words: Self.Words
A collection containing the words of this value’s binary representation, in order from the least significant to most significant.
この値の持つバイナリ表現の単語いくらかを含んでいるコレクション、最下位から最上位への順番で。