betterc v0.2.2 (2020-10-30T20:47:52Z)
Dub
Repo
Vector.opApply
betterc
ds
vector
Vector
This method is used in foreach()
int
opApply
(int delegate(ref T) nothrow @(nogc) dg)
int
opApply
(int delegate(ref size_t, ref T) nothrow @(nogc) dg)
struct
Vector
(T)
nothrow @
nogc
int
opApply
(
scope
int
delegate
(
ref
size_t
,
ref
T
)
nothrow @
nogc
dg
)
Meta
Source
See Implementation
betterc
ds
vector
Vector
constructors
this
destructors
~this
functions
capacity
clear
erase
length
opApply
opAssign
opBinary
opDollar
opIndex
opSlice
pop
ptr
push
shrink
shrink_to_fit
trim
postblits
this(this)
This method is used in foreach()