pub type StdDynamicArray<T> = DynamicArray<T, StdAllocator>;Available on crate feature
std only.Expand description
The alias for DynamicArray with [StdAllocator].
Aliased Typeยง
pub struct StdDynamicArray<T> { /* private fields */ }