Vector.popFront

When implemented, pops the front element off

struct Vector(E, Allocator = typeof(theAllocator))
void
popFront
()
if (
isAllocator!Allocator
)

Meta