flip

Function flip 

Source
pub fn flip<A, B, C, Duo>(d: Duo) -> impl Fn(B, A) -> C
where Duo: Fn(A, B) -> C,