The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Vector.opBinary
automem
vector
Vector
Returns a new vector after appending to the given vector.
struct
Vector
(E, Allocator = typeof(theAllocator))
const
Vector
opBinary
(
string
s
T
)
(
auto
ref
T
other
)
if
(
s
== "~" &&
is
(
Unqual
!
T
==
Vector
)
)
if
(
isAllocator
!
Allocator
)
Meta
Source
See Implementation
automem
vector
Vector
functions
capacity
clear
empty
free
opAssign
opBinary
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
popBack
popFront
range
reserve
shrink
stringz
properties
length
Returns a new vector after appending to the given vector.