Crate vec_to_array
source ·Expand description
Moves a heap allocated Vec<T>
to an stack allocated array of type T
and size N
.
Macros§
- Tries to move a
Vec<T>
into an array of typeT
and sizeN
. - Moves a
Vec<T>
into an array of typeT
and sizeN
.