simple example : In invented programming language you write : x |> y |> z Translates towards dlang : functional_pipeline_from_left_to_right(x,y,z) I.e. pipe! in std.functional.