Function aviary::quirky [] [src]

pub fn quirky<A, B, C, F, G>(f: F, x: A, g: G) -> C where
    F: Fn(A) -> B,
    G: Fn(B) -> C, 

Q3 combinator