MCPcopy Create free account
hub / github.com/effect-app/libs / empty

Function empty

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

Source from the content-addressed store, hash-verified

299 * @since 2.0.0
300 */
301export const empty: <A = never>() => Chunk<A> = () => _empty
302
303/**
304 * Builds a `NonEmptyChunk` from an non-empty collection of elements.

Callers 2

fromArrayUnsafeFunction · 0.70
Chunk.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…