phobos-next v0.4.6 (2022-11-25T12:27:21Z)
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
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
Construct with length number of zero bits.