Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
225
export
const
empty: <A = never>() => Chunk<A> = () => _empty
226
227
/**
228
* Builds a `NonEmptyChunk` from an non-empty collection of elements.
Callers
2
unsafeFromArray
Function · 0.70
Chunk.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected