mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
BigUIntView.bt
mir
bignum
low_level_view
BigUIntView
Returns whether the bit at the given position in the big unsigned integer view is set.
struct
BigUIntView
(W)
@
safe
scope
bool
bt
()
(
size_t
position
)
if
(
__traits(
isUnsigned
,
W
)
)
mir
bignum
low_level_view
BigUIntView
functions
bitwiseNotInPlace
bt
ctlz
cttz
fromBinaryStringImpl
fromHexStringImpl
fromStringImpl
get
length
lightConst
mostSignificantFirst
normalized
opCast
opCmp
opEquals
opOpAssign
opUnary
popLeastSignificant
popMostSignificant
signed
smallLeftShiftInPlace
smallRightShiftInPlace
toStringImpl
topLeastSignificantPart
topMostSignificantPart
twoComplementInPlace
withSign
static functions
fromBinaryString
fromHexString
variables
coefficients
Returns whether the bit at the given position in the big unsigned integer view is set.