Method lrs::vec::Vec::available

Returns the number of available but unused slots.

Syntax

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