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§

try_vec_to_array
Tries to move a Vec<T> into an array of type T and size N.
vec_to_array
Moves a Vec<T> into an array of type T and size N.

Enums§

VecToArrayError