phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
makeBit
nxt
bitop_ex
@
safe
pure nothrow @
nogc
@
safe
T
makeBit
(
T
I
...
)
(
I
bixs
)
if
(
isIntegral
!
T
&&
allSatisfy
!(
isIntegral
,
I
)
&&
I.length
>= 1
)
Return Value
Type:
T
T
with only
bix
:th bit set.
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