DynamicArray.front

struct DynamicArray(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
ref pure @property
T
front
()

Return Value

Type: T

the front element of the DynamicArray.

Meta