PointerArray.back

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