undead v1.1.4 (2021-03-04T08:12:54Z)
Home
Dub
Repo
BitArray.opApply
undead
bitarray
BitArray
Support for foreach loops for BitArray.
int
opApply
(int delegate(ref bool) dg)
int
opApply
(int delegate(ref size_t, ref bool) dg)
struct
BitArray
int
opApply
(
int
delegate
(
ref
size_t
,
ref
bool
)
dg
)
Meta
Source
See Implementation
undead
bitarray
BitArray
functions
dim
dup
init
length
opApply
opBinary
opBinaryRight
opCast
opCmp
opEquals
opIndex
opIndexAssign
opOpAssign
opUnary
reverse
sort
variables
len
ptr
Support for foreach loops for BitArray.