Function veloren_world::sim::util::zip_with4

source ·
fn zip_with4<T, U, V, F>(a: [T; 4], b: [U; 4], f: F) -> [V; 4]
where T: Copy, U: Copy, F: Fn(T, U) -> V,