betterc v0.1.1 (2018-10-25T17:41:27Z)
Dub
Repo
Vector.opApply
betterc
dynamicvector
Vector
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref T) nothrow @(nogc) dg)
struct
Vector
(T)
nothrow @
nogc
int
opApply
(
scope
int
delegate
(
ref
T
)
nothrow @
nogc
dg
)
int
opApply
(int delegate(ref size_t, ref T) nothrow @(nogc) dg)
Meta
Source
See Implementation
betterc
dynamicvector
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)