MCPcopy Create free account
hub / github.com/effect-app/libs / Tuple

Function Tuple

repos/effect/packages/effect/src/Schema.ts:4236–4238  ·  view source on GitHub ↗
(elements: Elements)

Source from the content-addressed store, hash-verified

4234 */
4235 export type Iso<E extends Elements> = Iso_<E>
4236
4237 type Encoded_<
4238 Elements,
4239 Out extends ReadonlyArray<any> = readonly []
4240 > = Elements extends readonly [infer Head, ...infer Tail] ?
4241 Head extends { readonly "Encoded": infer T } ?

Callers 3

ReadonlyMapFunction · 0.70
HashMapFunction · 0.70
Schema.tsFile · 0.70

Calls 1

makeTupleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…