DynamicArray.front

struct DynamicArray(T, Allocator = SpasmGCAllocator)
ref pure @property
T
front
()

Return Value

Type: T

the front element of the DynamicArray.

Meta