ctz32
ctz32(x) ⇒ number
Count trailing zeroes adapted from https://github.com/git/git/blob/bcd6bc478adc4951d57ec597c44b12ee74bc88fb/ewah/ewok.h#L44
Kind: global function
Param | Type | Description |
---|---|---|
x | number | expected to be an integer |
number
Count trailing zeroes adapted from https://github.com/git/git/blob/bcd6bc478adc4951d57ec597c44b12ee74bc88fb/ewah/ewok.h#L44
Kind: global function
Param | Type | Description |
---|---|---|
x | number | expected to be an integer |