grimoire ~master (2021-09-29T23:21:44Z)
Dub
Repo
DynamicIndexedArray.opApply
grimoire
runtime
indexedarray
DynamicIndexedArray
= operator
int
opApply
(int delegate(ref T) dlg)
int
opApply
(int delegate(const ref T) dlg)
int
opApply
(int delegate(ref T, InternalIndex) dlg)
int
opApply
(int delegate(const ref T, InternalIndex) dlg)
class
DynamicIndexedArray
(T)
const
int
opApply
(
int
delegate
(
const
ref
T
,
InternalIndex
)
dlg
)
Meta
Source
See Implementation
grimoire
runtime
indexedarray
DynamicIndexedArray
aliases
InternalIndex
constructors
this
functions
markForRemoval
markInternalForRemoval
opApply
opIndex
pop
push
reset
sweepMarkedData
properties
capacity
data
length
= operator