phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
BitArray.opSliceAssign
nxt
bitarray
BitArray
Set all bits to
value
via slice assignment syntax.
struct
BitArray
(bool blockAlignedLength = false, alias Allocator = null)
@
safe
pure nothrow @
nogc
ref
typeof
(this)
opSliceAssign
(
bool
value
)
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
Set all bits to value via slice assignment syntax.