tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Vector.opApply
tango
util
container
more
Vector
Vector
Iterate from the most recent to the oldest vector entries
int
opApply
(int delegate(ref V value) dg)
int
opApply
(int delegate(ref V value, ref bool kill) dg)
struct
Vector
(V, int Size = 0)
int
opApply
(
scope
int
delegate
(
ref
V
value
,
ref
bool
kill
)
dg
)
Meta
Source
See Implementation
tango
util
container
more
Vector
Vector
aliases
opSlice
push
functions
add
append
clear
clone
opApply
opIndex
opIndexAssign
opOpAssign
remove
slice
unused
properties
size
Iterate from the most recent to the oldest vector entries