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