tango ~master (2021-12-14T19:14:08.8989381)
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