effect-io-ai

Package: effect
Module: String

String.ReducerConcat

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

Signature

declare const ReducerConcat: Reducer.Reducer<string>

Source

Since v4.0.0