Package: effect Module: Sink
effect
Sink
A sink that folds its inputs with the provided function and initial state.
Signature
declare const foldLeft: <S, In>(s: S, f: (s: S, input: In) => S) => Sink<S, In>
Source
Since v2.0.0