resetLowestBit

Reset lowest bit of a (to zero).

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

Meta