pipe.pipe

Undocumented in source.
  1. auto ref pipe(Args args)
  2. alias pipe = .pipe!(staticMap!(naryFun, f))
    template pipe(fun...)
    @optmath
    static if(fun.length != 1)
    static if(!(f.length == fun.length && Filter!(_needNary, f).length == 0))
    alias pipe = .pipe!(staticMap!(naryFun, f))
  3. alias pipe = naryFun!(fun[0])

Meta