repeat method

Conveyor<F, O> repeat()

Implementation

Conveyor<F, O> repeat() => lazyPlus(repeat);