phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
StaticBitArray.put
nxt
static_bitarray
StaticBitArray
Puts the
i
'th bit to
b
.
struct
StaticBitArray
(uint capacity, Block = DefaultBlock)
@
safe
@
trusted
typeof
(this)
put
()
(
size_t
i
,
bool
b
)
if
(
isUnsigned
!
DefaultBlock
)
Meta
Source
See Implementation
nxt
static_bitarray
StaticBitArray
aliases
Index
bitsSet
clear
constructors
this
functions
allOne
allZero
at
canFindIndexOf
countOnes
countZeros
denseness
indexOfFirstOne
indexOfFirstZero
oneIndexes
opApply
opBinary
opCast
opCmp
opCom
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
put
reset
sparseness
toHash
toString
ubytes
manifest constants
bitsPerBlock
blockCount
length
properties
dim
dup
ptr
reverse
reverseBlock
sort
structs
OneIndexes
Range
Puts the i'th bit to b.