fn log2_int(comptime T: type, x: T) Log2Int(T)
Return the log base 2 of integer value x, rounding down to the nearest integer.
T: type,
x: T,