libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
DynamicArray.AppendTypeOfThis
libwasm
rt
array
DynamicArray
Either
const(typeof(this))
or
typeof(this)
.
alias
AppendTypeOfThis
=
const
(
typeof
(
this
))
struct
DynamicArray
(T, Allocator = ThreadMemAllocator)
static if
(
is(typeof((T[] a, const T[] b) => a[0 .. b.length] = b[0 .. $]))
)
alias
AppendTypeOfThis
=
const
(
typeof
(this))
alias
AppendTypeOfThis
=
typeof
(
this
)
Meta
Source
See Implementation
libwasm
rt
array
DynamicArray
aliases
AppendT
AppendTypeOfThis
insert
insertAnywhere
opDollar
put
destructors
~this
functions
back
empty
front
insertBack
length
opBinary
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
ptr
remove
removeBack
reserve
resize
shrinkTo
postblits
this(this)
static variables
allocator
templates
stateSize
Either const(typeof(this)) or typeof(this).