pub fn i8_vec_into_u8_vec(vec: Vec<i8>) -> Vec<u8> ⓘ
Converts a Vec<i8> into a Vec<u8> without cloning.
Vec<i8>
Vec<u8>