effect-io-ai

Package: effect
Module: Schema

Schema.ReadonlySetIso

Iso representation used for ReadonlySet schemas: an array of element values using the element schema’s Iso type.

Signature

type ReadonlySetIso<Value> = ReadonlyArray<Value["Iso"]>

Source

Since v4.0.0