setLowestBit

Set lowest bit of a to one.

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

Meta