ltc_math_descriptor.count_bits

Count the number of bits used to represent the integer @param a The integer to count @return The number of bits required to represent the integer

struct ltc_math_descriptor
int function(void* a) nothrow count_bits;

Meta