Skip to main content

StdFixedArray

Type Alias StdFixedArray 

Source
pub type StdFixedArray<T> = FixedArray<T, StdAllocator>;
Available on crate feature std only.
Expand description

The alias for FixedArray with [StdAllocator].

Aliased Typeยง

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