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