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

Function make

packages/effect/src/MutableList.ts:128–128  ·  view source on GitHub ↗
(...elements: ReadonlyArray<A>)

Source from the content-addressed store, hash-verified

126 * @category constructors
127 */
128export const make = <A>(...elements: ReadonlyArray<A>): MutableList<A> => fromIterable(elements)
129
130/**
131 * Returns `true` if the list contains zero elements, `false`, otherwise.

Callers

nothing calls this directly

Calls 1

fromIterableFunction · 0.70

Tested by

no test coverage detected