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

Function empty

packages/effect/src/Chunk.ts:225–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223 * @since 2.0.0
224 */
225export const empty: <A = never>() => Chunk<A> = () => _empty
226
227/**
228 * Builds a `NonEmptyChunk` from an non-empty collection of elements.

Callers 2

unsafeFromArrayFunction · 0.70
Chunk.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected