ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
SliceBuffer.opApply
ocean
util
container
ConcatBuffer
SliceBuffer
foreach iterator over the items which have been added to the buffer.
int
opApply
(int delegate(ref T[]) dg)
class
SliceBuffer
(T)
int
opApply
(
scope
int
delegate
(
ref
T
[]
)
dg
)
int
opApply
(int delegate(ref size_t, ref T[]) dg)
Meta
Source
See Implementation
ocean
util
container
ConcatBuffer
SliceBuffer
constructors
this
functions
add
clear
length
opApply
opIndex
opSlice
removeSlice
foreach iterator over the items which have been added to the buffer.