pipe

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] pipe(T[] input, string[] args, Params params)
  2. TData!T pipe(TData!T input, string[] args, Params params)
    pipe
    (
    T
    Params...
    )
    (,
    string[] args
    ,
    Params params
    )
    if (
    !hasIndirections!T
    )
  3. T[] pipe(string[] args, T[] input, Params params)

Meta