spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
PointerArray.back
spasm
rt
array
PointerArray
struct
PointerArray
(T, Allocator = SpasmGCAllocator)
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
spasm
rt
array
PointerArray
aliases
insert
insertAnywhere
opDollar
put
constructors
this
functions
back
front
insertBack
length
opIndex
opIndexAssign
opSlice
opSliceAssign
remove
shrinkTo