The OpenD Programming Language

pipe.pipe

template pipe(fun...)
ref
static if(fun.length != 1)
static if(f.length == fun.length && Filter!(_needNary, f).length == 0)
pipe
(
Args...
)
(
auto ref Args args
)

Meta