Method lrs::vec::Vec::capacity

Returns the capacity of the vector.

Syntax

impl<T, H> Vec<T, H>
    where H: Allocator,
{
    fn capacity(&self) -> usize
}