dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
Vector.opOpAssign
automem
vector
Vector
Append to the vector from a range
void
opOpAssign
(E other)
void
opOpAssign
(R range)
struct
Vector
(E, Allocator = typeof(theAllocator))
scope
void
opOpAssign
(
string
op
R
)
(
scope
R
range
)
if
(
op
== "~" &&
isForwardRangeOf
!(
R
,
E
)
)
if
(
isAllocator
!
Allocator
)
Meta
Source
See Implementation
automem
vector
Vector
aliases
MutE
constructors
this
destructors
~this
functions
capacity
clear
empty
free
opAssign
opBinary
opCast
opDollar
opEquals
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
popBack
popFront
ptr
put
range
reserve
shrink
stringz
manifest constants
isElementMutable
postblits
this(this)
properties
length
Append to the vector from a range