effect-io-ai

Package: effect
Module: Schema

Schema.HashSetIso

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

Signature

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

Source

Since v4.0.0