Vector.popBack

Pops the last element off

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

Meta