Minimizes the amount of used memory.
impl<T, H> Vec<T, H> where H: Allocator, { fn shrink_to_fit(&mut self) -> Result<(), Errno> }