View.opOpAssign

Appends a new value to the end of the view

struct View(T, SectorType = BasicSector!(T))
void
opOpAssign
(
string op
E
)
()
if (
op == "~" &&
(
isArrayAppend!(E) ||
isElementAppend!(E)
)
)
if (
isSector!(SectorType)()
)

Parameters

value E

the value to append

Meta