ocean v5.1.3 (2019-10-14T07:52:28Z)
Home
Dub
Repo
WithIndirectionsBufferImpl.opApply
ocean
core
buffer
WithIndirections
WithIndirectionsBufferImpl
Buffer element iteration (with index)
int
opApply
(int delegate(ref T) dg)
int
opApply
(int delegate(ref size_t, ref T) dg)
template
WithIndirectionsBufferImpl
()
int
opApply
(
scope
int
delegate
(
ref
size_t
,
ref
T
)
dg
)
Parameters
dg
int
delegate
(
ref
size_t
,
ref
T
)
foreach loop body
Meta
Source
See Implementation
ocean
core
buffer
WithIndirections
WithIndirectionsBufferImpl
functions
opApply
opAssign
opCatAssign
opIndex
opIndexAssign
opSliceAssign
Buffer element iteration (with index)