iFloorLog2

Integer log, rounds towards -inf.

nothrow @nogc deprecated pure @safe
int
iFloorLog2
(
int i
)

Return Value

Type: int

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

FUTURE: Why is that in dplug:core?

Meta