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