automem v0.3.5 (2018-09-20T14:09:16Z)
Dub
Repo
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
constructors
this
destructors
~this
functions
back
capacity
clear
empty
front
opAssign
opBinary
opDollar
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
popBack
popFront
reserve
shrink
postblits
this(this)
properties
length
Returns a new vector after appending to the given vector.