cast_vec

Function cast_vec 

Source
pub fn cast_vec<A, B>(input: Vec<A>) -> Vec<B>
where A: NoUninit, B: AnyBitPattern,
Expand description

As try_cast_vec, but unwraps for you.