Function piston_window::math::cast

source ยท
pub fn cast<T, U>(a: [T; 2]) -> [U; 2]
where T: Copy + Cast<U>,
Expand description

Converts to another vector type.