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