phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
setBit
nxt
bitop_ex
Sets the
bix
:th bit of
*a
to one.
void
setBit
(T a, I bixs)
void
setBit
(T* a, I bixs)
void
setBit
(T a, I bixs)
@
safe
pure nothrow @
nogc
@
trusted
void
setBit
(
T
I
...
)
(
ref
T
a
,
I
bixs
)
if
(
(
!
(
isIntegral
!
T
)
)
&&
allSatisfy
!(
isIntegral
,
I
)
&&
I.length
>= 1
)
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
Sets the bix:th bit of *a to one.