MCPcopy 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 */
486export const toArray = <A>(self: TArray.TArray<A>): STM.STM<Array<A>> => stm.forEach(self.chunk, tRef.get)
487
488/** @internal */
489export const transform = dual<

Callers 1

tArray.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected