@wtasnorg/node-lib / countZeroes
countZeroes(
value):number
Defined in: bits.ts:118
Count zero bits from LSB up to and including the highest set bit. For zero input, returns 0.
Input value.
number |
bigint |
number
Zero count up to the left-most set bit.
If value is negative or an unsafe integer.