The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
SmallArray.opAssign
mir
small_array
SmallArray
SmallArray
=
operator
typeof
(
this
)
opAssign
(typeof(null) )
typeof
(
this
)
opAssign
(V[] array)
typeof
(
this
)
opAssign
(SmallArray rhs)
typeof
(
this
)
opAssign
(SmallArray rhs)
typeof
(
this
)
opAssign
(SmallArray!(T, n) rhs)
typeof
(
this
)
opAssign
(SmallArray!(T, n) rhs)
struct
SmallArray
@
safe
pure @
nogc
ref scope return
typeof
(this)
opAssign
(
uint
n
)
(
const
SmallArray
!(
T
,
n
)
rhs
)
if
(
n
!=
maxLength
)
Meta
Source
See Implementation
mir
small_array
SmallArray
SmallArray
aliases
opBinary
opOpAssign
put
serdeKeysProxy
constructors
this
functions
append
concat
empty
length
opAssign
opCmp
opEquals
opIndex
toHash
trustedAppend
trustedAssign
= operator