dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
Vector.opBinary
my
container
vector
Vector
Returns a new vector after appending to the given vector.
struct
Vector
(T)
const
Vector
opBinary
(
string
s
T
)
(
auto
ref
T
other
)
if
(
s
== "~" &&
is
(
Unqual
!
T
==
Vector
)
)
Meta
Source
See Implementation
my
container
vector
Vector
functions
back
clear
empty
front
length
opAssign
opBinary
opCast
opDollar
opEquals
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
popBack
popFront
put
putFront
range
variables
data
Returns a new vector after appending to the given vector.