Package: effect
Module: Sink
A sink that reduces its inputs using the provided function f starting from
the provided initial state.
Signature
declare const reduce: <S, In>(initial: LazyArg<S>, f: (s: S, input: In) => S) => Sink<S, In>
Since v4.0.0