dvector v0.0.2 (2019-11-12T18:59:52Z)
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)
int
opApply
(int delegate(ref T) dg)
struct
Dvector
(T)
int
opApply
(
int
delegate
(
ref
T
)
dg
)
int
opApply
(int delegate(size_t i, ref T) dg)
Meta
Source
See Implementation
dvector
Dvector
constructors
this
functions
allocIfneeded
free
insert
length
opApply
opBinary
opIndex
opIndexAssign
opOpAssign
pBack
pFront
remove
resize
slice
variables
capacity
total