ithoxd-qrcode ~master (2022-05-29T12:12:08.4849235)
Dub
Repo
BitUtils.numberOfTrailingZeros
ithox
qrcode
common
bitutils
BitUtils
Gets the number of trailing zeros.
@param integer $i @return integer
class
BitUtils
static
ulong
numberOfTrailingZeros
(
ulong
i
)
Meta
Source
See Implementation
ithox
qrcode
common
bitutils
BitUtils
static functions
numberOfTrailingZeros
unsignedRightShift
Gets the number of trailing zeros.
@param integer $i @return integer