For example, in a fixed-width integer type with a bitWidth value of 8, the number -8 has three trailing zeros.
例えば、8のbitWidth値を持つ固定長整数型において、数-8は後に続くゼロを3つ持ちます。
If the value is zero, then trailingZeroBitCount is equal to bitWidth.
値がゼロならば、そのときtrailingZeroBitCountはbitWidthと等しいです。
A collection containing the words of this value’s binary representation, in order from the least significant to most significant.
この値の持つバイナリ表現の単語いくらかを含んでいるコレクション、最下位から最上位への順番で。