ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
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
opIndex
opIndexAssign
opOpAssign
opSliceAssign
Buffer element iteration (with index)