ChunkIso<Value>Iso representation used for Chunk schemas: an array of element values using
the element schema's Iso type.
When to use
Use when annotating type-level helpers that work with the readonly-array ISO
shape of a Chunk schema.
ChunkChunk
Source effect/Schema.ts:101841 lines
export type type ChunkIso<Value extends Constraint> =
readonly Value["Iso"][]
Iso representation used for Chunk schemas: an array of element values using
the element schema's Iso type.
When to use
Use when annotating type-level helpers that work with the readonly-array ISO
shape of a Chunk schema.
ChunkIso<function (type parameter) Value in type ChunkIso<Value extends Constraint>Value extends Constraint> = interface ReadonlyArray<T>ReadonlyArray<function (type parameter) Value in type ChunkIso<Value extends Constraint>Value["Iso"]>Referenced by 1 symbols