Type Alias DArray

Source
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 */ }