Package: effect Module: Schema
effect
Schema
Iso representation used for HashSet schemas: an array of element values using the element schema’s Iso type.
HashSet
Iso
Signature
type HashSetIso<Value> = ReadonlyArray<Value["Iso"]>
Source
Since v4.0.0