|
rstd 0.1.0
|
Public Member Functions | |
| void | grow (usize new_cap) |
| Reallocates the storage to a new capacity. | |
A low-level utility for managing the backing storage of a Vec. It handles allocation and deallocation of raw memory via global allocator.