setLowestBit

Set lowest bit of a to one.

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

Meta