tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
BitArray.opApply
tango
core
BitArray
BitArray
Operates on all bits in this array.
int
opApply
(int delegate(ref bool) dg)
int
opApply
(int delegate(ref size_t, ref bool) dg)
struct
BitArray
int
opApply
(
scope
int
delegate
(
ref
size_t
,
ref
bool
)
dg
)
Parameters
dg
int
delegate
(
ref
size_t
,
ref
bool
)
The supplied code as a delegate.
Meta
Source
See Implementation
tango
core
BitArray
BitArray
constructors
this
functions
init
opAnd
opAndAssign
opApply
opAssign
opCast
opCat
opCatAssign
opCat_r
opCmp
opCom
opEquals
opIndex
opIndexAssign
opOr
opOrAssign
opSliceAssign
opSub
opSubAssign
opXor
opXorAssign
manifest constants
bits_in_size
postblits
this(this)
properties
dim
dup
length
reverse
sort
variables
len
ptr
Operates on all bits in this array.