phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
resetBit
nxt
bitop_ex
Reset bits
I
of
a
(to zero).
void
resetBit
(T a, I bixs)
@
safe
pure nothrow @
nogc
pragma(
inline
, true) @
safe
void
resetBit
(
T
I
...
)
(
ref
T
a
,
I
bixs
)
if
(
isIntegral
!
T
&&
allSatisfy
!(
isIntegral
,
I
)
)
void
resetBit
(T* a, I bixs)
void
resetBit
(T a, I bixs)
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
Reset bits I of a (to zero).