getLowestBit

Get lowest bit of a.

pure nothrow @safe @nogc pragma(inline, true) @safe
bool
getLowestBit
(
T
)
(
in T a
)
if (
isIntegral!T
)

Meta