Reserves memory for additional bytes.
impl<H> String<H> where H: Allocator, { fn reserve(&mut self, n: usize) -> Result<(), Errno> }
The number of bytes for which memory should be reserved.