pass

Starts a pipeline to be used as an output range.

  1. auto pass [@property getter]
    @property
    pass
    (
    E = void
    )
    ()
  2. auto pass [@property getter]

Parameters

E

Type of elements accepted by the output range.

Return Value

Type: auto

A flod.pipeline.Schema to which next stages can be appended.

Meta