phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
StaticBitArray.bitsSet
nxt
static_bitarray
StaticBitArray
auto
oneIndexes
()
alias
bitsSet
=
oneIndexes
struct
StaticBitArray
(uint capacity, Block = DefaultBlock)
@
safe
alias
bitsSet
=
oneIndexes
Return Value
a lazy range of the indices of set bits.
Meta
Source
See Implementation
nxt
static_bitarray
StaticBitArray
aliases
bitsSet
constructors
this
functions
allOne
allZero
at
canFindIndexOf
countOnes
countZeros
denseness
dup
indexOfFirstOne
indexOfFirstZero
oneIndexes
opApply
opBinary
opCast
opCmp
opCom
opEquals
opIndex
opIndexAssign
opOpAssign
opSliceAssign
ptr
put
reset
reverse
sort
sparseness
toHash
toString
ubytes
manifest constants
bitsPerBlock
blockCount
length
static functions
dim
reverseBlock
structs
OneIndexes
Range