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

Function make

packages/effect/src/List.ts:308–310  ·  view source on GitHub ↗
(
  ...elements: Elements
)

Source from the content-addressed store, hash-verified

306 * @category constructors
307 */
308export const make = <Elements extends readonly [any, ...Array<any>]>(
309 ...elements: Elements
310): Cons<Elements[number]> => fromIterable(elements) as any
311
312/**
313 * Appends the specified element to the end of the `List`, creating a new `Cons`.

Callers 1

List.tsFile · 0.70

Calls 1

fromIterableFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…