ReadonlySetIso<Value>Iso representation used for ReadonlySet schemas: an array of element values
using the element schema's Iso type.
ReadonlySet
Source effect/Schema.ts:99991 lines
export type type ReadonlySetIso<
Value extends Constraint
> = readonly Value["Iso"][]
Iso representation used for ReadonlySet schemas: an array of element values
using the element schema's Iso type.
ReadonlySetIso<function (type parameter) Value in type ReadonlySetIso<Value extends Constraint>Value extends Constraint> = interface ReadonlyArray<T>ReadonlyArray<function (type parameter) Value in type ReadonlySetIso<Value extends Constraint>Value["Iso"]>Referenced by 2 symbols