niknaks ~master (2024-12-27T10:43:21Z)
Home
Dub
Repo
View.opOpAssign
niknaks
containers
View
Appends a new value to the end of the view
struct
View
(T, SectorType = BasicSector!(T))
void
opOpAssign
(
string
op
E
)
(
E
value
)
if
(
op
== "~" &&
(
isArrayAppend
!(
E
) ||
isElementAppend
!(
E
)
)
)
if
(
isSector
!(
SectorType
)()
)
Parameters
value
E
the value to append
Meta
Source
See Implementation
niknaks
containers
View
functions
opDollar
opIndex
opIndexAssign
opOpAssign
opSlice
properties
length
Appends a new value to the end of the view