MCPcopy Index your code
hub / github.com/Effect-TS/effect / make

Function make

packages/effect/src/Chunk.ts:233–234  ·  view source on GitHub ↗
(...as: As)

Source from the content-addressed store, hash-verified

231 * @since 2.0.0
232 */
233export const make = <As extends readonly [any, ...ReadonlyArray<any>]>(...as: As): NonEmptyChunk<As[number]> =>
234 unsafeFromNonEmptyArray(as)
235
236/**
237 * Builds a `NonEmptyChunk` from a single element.

Callers

nothing calls this directly

Calls 1

unsafeFromNonEmptyArrayFunction · 0.85

Tested by

no test coverage detected