Removes an element from the end of the vector.
impl<T, H> Vec<T, H> where H: Allocator, { fn pop(&mut self) -> Option<T> }