phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
BitArray.opIndex
nxt
bitarray
BitArray
Get the
i
'th bit.
struct
BitArray
(bool blockAlignedLength = false, alias Allocator = null)
@
safe
pure nothrow @
nogc
const @
trusted
bool
opIndex
(
size_t
i
)
Meta
Source
See Implementation
nxt
bitarray
BitArray
destructors
~this
functions
allOne
allZero
capacity
countOnes
countZeros
dup
empty
indexOfFirstOne
indexOfFirstZero
length
opEquals
opIndex
opIndexAssign
opSliceAssign
reset
postblits
this(this)
static functions
withLength
Get the i'th bit.