mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
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 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
variables
_data
_length
= operator