For example, in a fixed-width integer type with a bitWidth value of 8, the number 31 has three leading zeros.
例えば、8のbitWidth値を持つ固定長整数型において、数31は3つの先頭のゼロを持ちます。
If the value is zero, then leadingZeroBitCount is equal to bitWidth.
値がゼロならば、そのときleadingZeroBitCountはbitWidthと等しいです。