[][src]Function higher_order_point::math::lift_left

pub fn lift_left<T, U: 'static, V: 'static>(f: Func<U, V>) -> Func<(T, U), V>

Adds a new argument to the left.