dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
Array.opOpAssign
dil
Array
Array
Appends x of any type to the Array. Appends the elements if X is an array.
struct
Array
void
opOpAssign
(
string
op
: "~"
X
)
(
const
X
x
)
Meta
Source
See Implementation
dil
Array
Array
constructors
this
functions
cap
compact
destroy
elems
get
growcap
len
opOpAssign
opSlice
rem
reserve
shrinkby
variables
cur
end
ptr
Appends x of any type to the Array. Appends the elements if X is an array.