Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ tuple
Function
tuple
packages/effect-app/src/Function.ts:7–9 ·
view source on GitHub ↗
(...t: T)
Source
from the content-addressed store, hash-verified
5
* Construct tuples
6
*/
7
export
function
tuple<T extends ReadonlyArray<any>>(...t: T): Readonly<T> {
8
return
t
9
}
10
11
/* eslint-disable @typescript-eslint/no-explicit-any */
12
Callers
14
runAll
Function · 0.90
runResult
Function · 0.90
runTerm
Function · 0.90
runTermDiscard
Function · 0.90
runA
Function · 0.90
updateWith
Function · 0.90
updateWithEffect
Function · 0.90
partition_
Function · 0.90
partitionMap_
Function · 0.90
separate
Function · 0.90
setup
Function · 0.90
make
Function · 0.90
Calls
no outgoing calls
Tested by
1
setup
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…