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