ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
WithIndirectionsBufferImpl.opApply
ocean
core
buffer
WithIndirections
WithIndirectionsBufferImpl
Buffer element iteration
int
opApply
(int delegate(ref T) dg)
template
WithIndirectionsBufferImpl
()
int
opApply
(
scope
int
delegate
(
ref
T
)
dg
)
int
opApply
(int delegate(ref size_t, ref T) dg)
Parameters
dg
int
delegate
(
ref
T
)
foreach loop body
Meta
Source
See Implementation
ocean
core
buffer
WithIndirections
WithIndirectionsBufferImpl
functions
opApply
opAssign
opIndex
opIndexAssign
opOpAssign
opSliceAssign
Buffer element iteration