atelier v1.0.0 (2021-10-23T12:22:06Z)
Dub
Repo
IndexedArray.opApply
atelier
core
indexedarray
IndexedArray
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref T) dlg)
class
IndexedArray
(T, uint _capacity, bool _useParallelism = false)
static if
(
_useParallelism
)
int
opApply
(
int
delegate
(
ref
T
)
dlg
)
int
opApply
(int delegate(ref T) dlg)
int
opApply
(int delegate(const ref T) dlg)
int
opApply
(int delegate(ref T, uint) dlg)
int
opApply
(int delegate(ref T, uint) dlg)
int
opApply
(int delegate(const ref T, uint) dlg)
int
opApply
(int delegate(const Tuple!(const uint, const T)) dlg)
Meta
Source
See Implementation
atelier
core
indexedarray
IndexedArray
functions
first
has
last
markForRemoval
markInternalForRemoval
opApply
opIndex
pop
push
reset
sweepMarkedData
properties
capacity
data
length