rstd 0.1.0
Loading...
Searching...
No Matches
RawVec< T > Struct Template Reference
module rstd.alloc

Public Member Functions

void grow (usize new_cap)
 Reallocates the storage to a new capacity.
 

Detailed Description

template<typename T>
struct RawVec< T >

A low-level utility for managing the backing storage of a Vec. It handles allocation and deallocation of raw memory via global allocator.


The documentation for this struct was generated from the following file: