Vector.front

Returns the first element

struct Vector(E, Allocator = typeof(theAllocator))
inout
inout(E)
front
()
if (
isAllocator!Allocator
)

Meta