| 1: | func @cttz = <{T: Type}> (arg: T) -> T; |
Count the number of trailing zero bits.
T: type of arguments and output - must be integral or a vector of integral
arg: value to count the number of trailing zero bits of
Returns the number of trailing zero bits
(TODO)