ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
NoIndirectionsBufferImpl.opApply
ocean
core
buffer
NoIndirections
NoIndirectionsBufferImpl
Buffer element iteration (with index)
int
opApply
(int delegate(ref const(T)) dg)
int
opApply
(int delegate(ref size_t, ref const(T)) dg)
template
NoIndirectionsBufferImpl
()
const
int
opApply
(
scope
int
delegate
(
ref
size_t
,
ref
const
(
T
)
)
dg
)
Parameters
dg
int
delegate
(
ref
size_t
,
ref
const
(
T
)
)
foreach loop body
Meta
Source
See Implementation
ocean
core
buffer
NoIndirections
NoIndirectionsBufferImpl
functions
opApply
opAssign
opIndex
opIndexAssign
opOpAssign
opSliceAssign
Buffer element iteration (with index)