Function zarrs::array::transmute_to_bytes_vec

source ·
pub fn transmute_to_bytes_vec<T: NoUninit>(from: Vec<T>) -> Vec<u8> 
Expand description

Transmute from Vec<T> to Vec<u8>.