dvector v0.0.3 (2020-02-11T10:50:35Z)
Dub
Repo
Dvector.opApply
dvector
Dvector
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref T) @(nogc) nothrow dg)
int
opApply
(int delegate(size_t i, ref T) @(nogc) nothrow dg)
struct
Dvector
(T)
@
nogc
nothrow
int
opApply
(
int
delegate
(
size_t
i
,
ref
T
)
@
nogc
nothrow
dg
)
int
opApply
(int delegate(ref T) dg)
int
opApply
(int delegate(size_t i, ref T) dg)
Meta
Source
See Implementation
dvector
Dvector
aliases
pBack
constructors
this
functions
allocIfneeded
free
insert
length
opApply
opBinary
opIndex
opIndexAssign
opOpAssign
popBack
popFront
pushBack
pushFront
remove
resize
save
slice
properties
back
empty
front
variables
capacity
total