Function flex_alloc::vec::from_array

source ยท
pub fn from_array<T, const N: usize>(data: [T; N]) -> Vec<T>
Expand description

Create a Vec<T> from an array [T; N].