ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
BitArray.opApply
ocean
core
BitArray
BitArray
Operates on all bits in this array.
int
opApply
(int delegate(ref bool) dg)
struct
BitArray
int
opApply
(
scope
int
delegate
(
ref
bool
)
dg
)
int
opApply
(int delegate(ref size_t, ref bool) dg)
Parameters
dg
int
delegate
(
ref
bool
)
The supplied code as a delegate.
Meta
Source
See Implementation
ocean
core
BitArray
BitArray
functions
dim
dup
initialize
length
opApply
opAssign
opBinary
opBinaryRight
opCast
opCmp
opEquals
opIndex
opIndexAssign
opOpAssign
opSliceAssign
opUnary
reverse
sort
static functions
opCall
variables
len
ptr
Operates on all bits in this array.