Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ toArray
Function
toArray
packages/effect/src/internal/stm/tArray.ts:486–486 ·
view source on GitHub ↗
(self: TArray.TArray<A>)
Source
from the content-addressed store, hash-verified
484
485
/** @internal */
486
export
const
toArray = <A>(self: TArray.TArray<A>): STM.STM<Array<A>> => stm.forEach(self.chunk, tRef.get)
487
488
/** @internal */
489
export
const
transform = dual<
Callers
1
tArray.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected