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