phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
getBit
bitop_ex
bool
getBit
(T a, I bixs)
@
safe
@
nogc
pure nothrow
bool
getBit
(
T
I
...
)
(
in
T
a
,
I
bixs
)
if
(
isIntegral
!
T
&&
allSatisfy
!(
isIntegral
,
I
)
)
bool
getBit
(T a, I bix)
Return Value
Type:
bool
Check if all
bix
:th Bits Of
a
are 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