yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
Vector.opApply
yu
container
vector
Vector
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref T) dg)
struct
Vector
(T, Allocator = Mallocator, bool addInGC = true)
int
opApply
(
scope
int
delegate
(
ref
T
)
dg
)
if
(
is
(
T
==
Unqual
!
T
)
)
int
opApply
(int delegate(size_t, ref T) dg)
Meta
Source
See Implementation
yu
container
vector
Vector
aliases
Data
DestroyFun
InsertT
insertBack
pushBack
put
removeIndex
constructors
this
destructors
~this
functions
append
clear
data
idup
opApply
opAssign
opBinary
opCast
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
removeAny
removeBack
removeOne
removeSite
reserve
manifest constants
addToGC
isNotCopy
needDestroy
mixins
__anonymous
postblits
this(this)
properties
destroyFun
dup
empty
length
ptr