Tuple
Call Signature
Section titled “Call Signature”Tuple<
Elements,Rest>(elements, …rest):TupleType<Elements,Rest>
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:798
Type Parameters
Section titled “Type Parameters”Elements
Section titled “Elements”Elements extends Elements
Rest extends readonly [Any | Element<Any, "">, Any | Element<Any, "">]
Parameters
Section titled “Parameters”elements
Section titled “elements”Elements
…Rest
Returns
Section titled “Returns”TupleType<Elements, Rest>
3.10.0
Call Signature
Section titled “Call Signature”Tuple<
Fst,Snd>(fst,snd):Tuple2<Fst,Snd>
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:799
Type Parameters
Section titled “Type Parameters”Fst extends Any
Snd extends Any
Parameters
Section titled “Parameters”Fst
Snd
Returns
Section titled “Returns”Tuple2<Fst, Snd>
3.10.0
Call Signature
Section titled “Call Signature”Tuple<
Elements>(…elements):Tuple<Elements>
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:800
Type Parameters
Section titled “Type Parameters”Elements
Section titled “Elements”Elements extends Elements
Parameters
Section titled “Parameters”elements
Section titled “elements”…Elements
Returns
Section titled “Returns”Tuple<Elements>
3.10.0