phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
BitArray.opIndexAssign
nxt
bitarray
BitArray
Set the
i
'th bit to
value
.
struct
BitArray
(bool blockAlignedLength = false, alias Allocator = null)
@
safe
pure nothrow @
nogc
@
trusted
bool
opIndexAssign
(
bool
value
,
size_t
i
)
Meta
Source
See Implementation
nxt
bitarray
BitArray
aliases
clear
opDollar
destructors
~this
functions
allOne
allZero
countOnes
countZeros
dup
empty
indexOfFirstOne
indexOfFirstZero
opCast
opEquals
opIndex
opIndexAssign
opSliceAssign
reset
postblits
this(this)
properties
capacity
length
static functions
withLength
Set the i'th bit to value.