cttz

The 'cttz' family of intrinsic functions counts the number of trailing zeros. Result is undefined if the argument is zero.

T
cttz
(
T
)
(
in T src
)
if (
__traits(isUnsigned, T)
)

Meta