pure<B> method

Conveyor<F, B> pure<B>(
  1. B b
)

Implementation

Conveyor<F, B> pure<B>(B b) => produce(b);