pub type DArray<T> = DynamicArray<T>;Expand description
A fixed sized array defined at runtime. The size of the array is public.
Aliased Typeยง
pub struct DArray<T> { /* private fields */ }pub type DArray<T> = DynamicArray<T>;A fixed sized array defined at runtime. The size of the array is public.
pub struct DArray<T> { /* private fields */ }