fn log2_int_ceil(comptime T: type, x: T) Log2IntCeil(T)
[src]
Return the log base 2 of integer value x, rounding up to the nearest integer.
fn log2_int_ceil(comptime T: type, x: T) Log2IntCeil(T)
Return the log base 2 of integer value x, rounding up to the nearest integer.