phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
makeBit
bitop_ex
@
safe
@
nogc
pure nothrow
T
makeBit
(
T
I
...
)
(
I
bixs
)
if
(
isIntegral
!
T
&&
allSatisfy
!(
isIntegral
,
I
)
)
Return Value
Type:
T
Zero Instance T with
bix
:th Bit set.
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