resetLowestBit

Reset lowest bit of a (to zero).

@safe pure nothrow @nogc pragma(inline, true) @safe
void
resetLowestBit
(
T
)
(
ref T a
)
if (
isIntegral!T
)

Meta