Type Alias LargeArray

Source
pub type LargeArray<T> = Array<T, u32>;

Aliased Typeยง

pub struct LargeArray<T> { /* private fields */ }