getLowestBit

Get lowest bit of a.

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

Meta