effect-io-ai

Package: effect
Module: Differ

Differ.readonlyArray

Constructs a differ that knows how to diff a ReadonlyArray of values.

Signature

declare const readonlyArray: <Value, Patch>(differ: Differ<Value, Patch>) => Differ<ReadonlyArray<Value>, Differ.ReadonlyArray.Patch<Value, Patch>>

Source

Since v2.0.0