phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
setLowestBit
nxt
bitop_ex
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
Source
See Implementation
nxt
bitop_ex
aliases
bt
btm
btr
bts
getBottomBit
getLsbit
getMsbit
getTopBit
resetBottomBit
resetTopBit
setBottomBit
setLsbit
setMsbit
setTopBit
functions
getHighestBit
getLowestBit
makeBit
resetBit
resetHighestBit
resetLowestBit
setBit
setHighestBit
setLowestBit
testBit
templates
UnsignedOfSameSizeAs
Set lowest bit of a to one.