pub fn fpipe_chain(init: FSharpExpr, funcs: Vec<FSharpExpr>) -> FSharpExprExpand description
Build a pipe chain: e |> f1 |> f2 |> ....
pub fn fpipe_chain(init: FSharpExpr, funcs: Vec<FSharpExpr>) -> FSharpExprBuild a pipe chain: e |> f1 |> f2 |> ....