phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
BitArray.withLength
nxt
bitarray
BitArray
Construct with
length
number of zero bits.
struct
BitArray
(bool blockAlignedLength = false, alias Allocator = null)
@
safe
pure nothrow @
nogc
static
typeof
(this)
withLength
(
size_t
length
)
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
Construct with length number of zero bits.