Package: effect
Module: String
Reducer for concatenating strings.
When to use
Use to concatenate many strings through APIs that consume a Reducer.
Details
The reducer starts from "", so combining an empty collection returns "".
See
concat for concatenating two strings directlySignature
declare const ReducerConcat: Reducer.Reducer<string>
Since v4.0.0