mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
SmallArray.append
mir
small_array
SmallArray
SmallArray
Appends an element or an array to a SmallArray, returning a reference to the same struct.
typeof
(
this
)
append
(T elem)
typeof
(
this
)
append
(V[] array)
struct
SmallArray
@
safe
pure @
nogc
ref
typeof
(this)
append
(
V
[]
array
)
mir
small_array
SmallArray
SmallArray
aliases
opBinary
opOpAssign
put
serdeKeysProxy
constructors
this
functions
append
concat
empty
length
opAssign
opCmp
opEquals
opIndex
toHash
trustedAppend
trustedAssign
Appends an element or an array to a SmallArray, returning a reference to the same struct.