betterc v0.1.1 (2018-10-25T17:41:27Z)
Dub
Repo
Vector.opBinary
betterc
dynamicvector
Vector
Appends a value to an array using << operator
typeof
(
this
)
opBinary
(T rhs)
typeof
(
this
)
opBinary
(T[] rhs)
typeof
(
this
)
opBinary
(typeof(this) rhs)
struct
Vector
(T)
pragma(
inline
) ref nothrow @
nogc
typeof
(this)
opBinary
(
string
op
)
(
typeof
(this)
rhs
)
if
(
op
== "<<"
)
Parameters
rhs
typeof
(this)
The value to add
Meta
Source
See Implementation
betterc
dynamicvector
Vector
constructors
this
destructors
~this
functions
capacity
clear
erase
length
opApply
opAssign
opBinary
opDollar
opIndex
opSlice
pop
ptr
push
shrink
shrink_to_fit
trim
postblits
this(this)
Appends a value to an array using << operator