atelier ~master (2021-08-24T13:35:22Z)
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)
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)
class
IndexedArray
(T, uint _capacity, bool _useParallelism = false)
const
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