libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
PointerArray.back
libwasm
rt
array
PointerArray
struct
PointerArray
(T, Allocator = ThreadMemAllocator)
ref pure @
property
@
trusted
T
back
(
)
if
(
is
(
T
:
U
*,
U
)
)
Return Value
Type:
T
the back element of the DynamicArray.
Meta
Source
See Implementation
libwasm
rt
array
PointerArray
aliases
insert
insertAnywhere
opDollar
put
functions
back
front
insertBack
length
opIndex
opIndexAssign
opSlice
opSliceAssign
remove
shrinkTo