cast2

Function cast2 

Source
pub fn cast2<T, U>(a: [T; 2]) -> [U; 2]
where T: Copy + Cast<U>,
Expand description

Converts to another vector type.