ocean v5.1.3 (2019-10-14T07:52:28Z)
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
opCatAssign
opIndex
opIndexAssign
opSliceAssign
Buffer element iteration (with index)