pipe.pipe

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

Meta