Function veloren_world::sim::util::mul2

source ·
fn mul2<T>(a: [T; 2], b: T) -> [T; 2]
where T: Copy + Mul<T, Output = T>,