tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
Vector.add
tango
util
container
more
Vector
Vector
Add a value to the vector.
Throws an exception when the vector is full
V
*
add
(V value)
V
*
add
()
struct
Vector
(V, int Size = 0)
V
*
add
(
)
Meta
Source
See Implementation
tango
util
container
more
Vector
Vector
aliases
opSlice
push
functions
add
append
clear
clone
opApply
opIndex
opIndexAssign
opOpAssign
remove
slice
unused
properties
size
Add a value to the vector.
Throws an exception when the vector is full