menu
lambe package
documentation
lambe.dart
Pipe
Pipe.new const constructor
Pipe.new const constructor
dark_mode
light_mode
Pipe
constructor
const
Pipe
(
LamExpr
input
,
LamExpr
op
)
Creates a pipeline of
input
through
op
.
Implementation
const Pipe(this.input, this.op);
lambe package
documentation
lambe
Pipe
Pipe.new const constructor
Pipe class