I have an usize which is a power of two. So, its binary representation is something like 00...01000...0. Is there a way to have the log2 of that number without converting to a floating number first? That is, I would like to find the position of the 1 in the binary representation.