Vector.popFront

Pops the front element off

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

Meta