pipe.pipe

  1. auto ref pipe(Args args)
    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
    )
  2. alias pipe = .pipe!(staticMap!(naryFun, f))
  3. alias pipe = naryFun!(fun[0])

Meta