phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
resetBit
bitop_ex
Undocumented in source. Be warned that the author may not have intended to support it.
void
resetBit
(T a, I bixs)
void
resetBit
(T a, I bixs)
@
trusted
@
nogc
pure nothrow
void
resetBit
(
T
I
...
)
(
ref
T
a
,
I
bixs
)
if
(
(
!
(
isIntegral
!
T
)
)
&&
allSatisfy
!(
isIntegral
,
I
)
)
Meta
Source
See Implementation
bitop_ex
aliases
bt
btm
btr
bts
getBottomBit
getTopBit
resetBottomBit
resetTopBit
setBottomBit
setTopBit
functions
getBit
getHighBit
getLowBit
makeBit
resetBit
resetHighestBit
resetLowestBit
setBit
setHighestBit
setLowestBit
testGetBit
templates
UnsignedOfSameSizeAs