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.
この値の持つバイナリ表現の単語いくらかを含んでいるコレクション、最下位から最上位への順番で。
associatedtype Words
A type that represents the words of a binary integer.
あるバイナリ整数の単語を表す型。