[][src]Function higher_order_point::math::zip

pub fn zip(a: Func<f64, f64>, b: Func<f64, f64>) -> Func<f64, f64>

Zips two functions, such that it alternates between them.