dlangui v0.9.188 (2022-10-08T18:27:24Z)
Home
Dub
Repo
DynamicArray.opApply
dimage
array
DynamicArray
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(size_t i, ref T) dg)
struct
DynamicArray
(T, size_t chunkSize = 32)
int
opApply
(
int
delegate
(
size_t
i
,
ref
T
)
dg
)
int
opApply
(int delegate(ref T) dg)
Meta
Source
See Implementation
dimage
array
DynamicArray
functions
addChunk
append
appendLeft
data
free
length
opApply
opCatAssign
opIndex
opIndexAssign
remove
removeLeft
shiftLeft
shiftRight
storage
variables
dynamicStorage
numChunks
pos
staticStorage