iFloorLog2

pure nothrow @nogc
int
iFloorLog2
(
int i
)

Return Value

Type: int

x so that (1 << x) >= i

Meta