pub type StdDynamicArray<T> = DynamicArray<T, StdAllocator>;
Expand description
The standard DynamicArray
, with StdAllocator
attached.
Aliased Typeยง
pub struct StdDynamicArray<T> { /* private fields */ }
pub type StdDynamicArray<T> = DynamicArray<T, StdAllocator>;
The standard DynamicArray
, with StdAllocator
attached.
pub struct StdDynamicArray<T> { /* private fields */ }