Method lrs::vec::Vec::new

Creates a new allocating vector.

Syntax

impl<T, H> Vec<T, H>
    where H: Allocator,
{
    fn new() -> Vec<T, H>
        where <H as Allocator>::Pool: Default,
}