A stack-allocated sequence that mirror's Vec's API,
but:
- Implements [
Copy] (and can only hold [Copy] types). - Does not grow.
- Is
#[no_std]/no-alloccompatible.
A stack-allocated sequence that mirror's Vec's API,
but:
Copy] (and can only hold [Copy] types).#[no_std]/no-alloc compatible.