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