phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
FixedArray.opOpAssign
nxt
fixed_array
FixedArray
Add elements
es
to the back. NOTE doesn't invalidate any borrow
struct
FixedArray
(T, uint capacity_, bool borrowChecked = false)
void
opOpAssign
(
string
op
Us
...
)
(
Us
values
)
if
(
op
== "~" &&
values.length
>= 1
&&
allSatisfy
!(
isElementAssignable
,
Us
)
)
Meta
Source
See Implementation
nxt
fixed_array
FixedArray
aliases
put
putMaybe
constructors
this
destructors
~this
functions
back
empty
front
full
insertBack
insertBackMaybe
isBorrowed
isWriteBorrowed
length
opEquals
opIndex
opOpAssign
opSlice
popAt
popBack
popBackN
popFront
readBorrowCount
sliceRO
sliceRW
toString
manifest constants
readBorrowCountMax
static functions
fromValuesUnsafe
variables
_store
Add elements es to the back. NOTE doesn't invalidate any borrow