MCPcopy
hub / github.com/Effect-TS/effect / toArray_

Function toArray_

packages/effect/src/Chunk.ts:281–281  ·  view source on GitHub ↗
(self: Chunk<A>)

Source from the content-addressed store, hash-verified

279}
280
281const toArray_ = <A>(self: Chunk<A>): Array<A> => toReadonlyArray(self).slice()
282
283/**
284 * Converts a `Chunk` into an `Array`. If the provided `Chunk` is non-empty

Callers

nothing calls this directly

Calls 1

toReadonlyArrayFunction · 0.85

Tested by

no test coverage detected