Pipe.this

Construct a Pipe of up to four filters. The filters are set up in the same order as the arguments.

  1. this(Filter f1, Filter f2, Filter f3, Filter f4)
    struct Pipe
    public
    this
    (,
    Filter f2 = null
    ,
    Filter f3 = null
    ,
    Filter f4 = null
    )
  2. this(Filter[] filters)

Meta