qrcode ~master (2018-01-26T20:33:29Z)
Dub
Repo
BitUtils.numberOfTrailingZeros
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
qrcode
common
bitutils
BitUtils
static functions
numberOfTrailingZeros
unsignedRightShift
Gets the number of trailing zeros.
@param integer $i @return integer