Method lrs::vec::Vec::pop

Removes an element from the end of the vector.

Syntax

impl<T, H> Vec<T, H>
    where H: Allocator,
{
    fn pop(&mut self) -> Option<T>
}