Available on crate feature
std only.Expand description
Holds aliases for the standard arrays.
Type Aliasesยง
- StdDynamic
Array - The alias for
DynamicArraywith [StdAllocator]. - StdInline
Array - The alias for
InlineArraywith [StdAllocator].