ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
Vector.opApply
ocean
util
container
more
Vector
Vector
Iterate from the most recent to the oldest vector entries
int
opApply
(int delegate(ref V value) dg)
struct
Vector
(V, int Size = 0)
int
opApply
(
scope
int
delegate
(
ref
V
value
)
dg
)
int
opApply
(int delegate(ref V value, ref bool kill) dg)
Meta
Source
See Implementation
ocean
util
container
more
Vector
Vector
aliases
opSlice
push
functions
add
append
clear
clone
opApply
opIndex
opIndexAssign
remove
size
slice
unused
templates
opOpAssign
Iterate from the most recent to the oldest vector entries