phobos-next v0.5.0 (2022-11-28T21:32:24Z)
Home
Dub
Repo
testBit
nxt
bitop_ex
bool
testBit
(T a, I bixs)
@
safe
pure nothrow @
nogc
pragma(
inline
, true) @
safe
bool
testBit
(
T
I
...
)
(
in
T
a
,
I
bixs
)
if
(
isIntegral
!
T
&&
allSatisfy
!(
isIntegral
,
I
)
&&
I.length
>= 1
)
bool
testBit
(T a, I bixs)
bool
testBit
(T* a, I bixs)
Return Value
Type:
bool
true
iff all
bix
:th bits of
a
are 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