yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
Vector.opOpAssign
yu
container
vector
Vector
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Vector
(T, Allocator = Mallocator, bool addInGC = true)
void
opOpAssign
(
string
op
S
)
(
auto
ref
S
other
)
if
(
(
is
(
S
==
Unqual
!(
typeof
(this))) ||
is
(
S
:
InsertT
[])
||
is
(
S
:
InsertT
)
)
&&
op
== "~"
)
if
(
is
(
T
==
Unqual
!
T
)
)
Meta
Source
See Implementation
yu
container
vector
Vector
aliases
Data
DestroyFun
InsertT
insertBack
pushBack
put
removeIndex
constructors
this
destructors
~this
functions
append
clear
data
idup
opApply
opAssign
opBinary
opCast
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
removeAny
removeBack
removeOne
removeSite
reserve
manifest constants
addToGC
isNotCopy
needDestroy
mixins
__anonymous
postblits
this(this)
properties
destroyFun
dup
empty
length
ptr