ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
VoidBufferImpl.opApply
ocean
core
buffer
Void
VoidBufferImpl
Buffer element iteration
int
opApply
(int delegate(ref const(ubyte)) dg)
template
VoidBufferImpl
()
const
int
opApply
(
scope
int
delegate
(
ref
const
(
ubyte
)
)
dg
)
int
opApply
(int delegate(ref size_t, ref const(ubyte)) dg)
Parameters
dg
int
delegate
(
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