Pipe constructor

const Pipe(
  1. LamExpr input,
  2. LamExpr op
)

Creates a pipeline of input through op.

Implementation

const Pipe(this.input, this.op);