ctz

Count the trailing zero bits in n

size_t
ctz
(
T
)
(
T n
)
if (
!isPointer!T
)

Parameters

n T

an integer value

Return Value

Type: size_t

maximum x st 2^x divides n

Meta