MCPcopy
hub / github.com/Effect-TS/effect / Array$

Function Array$

packages/effect/src/Schema.ts:1585–1585  ·  view source on GitHub ↗
(value: Value)

Source from the content-addressed store, hash-verified

1583}
1584
1585const Array$ = <Value extends Schema.Any>(value: Value): Array$<Value> => makeArrayClass(value)
1586
1587export {
1588 /**

Callers 12

ArrayEnsureFunction · 0.70
splitFunction · 0.70
Uint8Array$Class · 0.70
mapFromSelf_Function · 0.70
ReadonlyMapFunction · 0.70
mapFunction · 0.70
setFromSelf_Function · 0.70
ReadonlySetFunction · 0.70
setFunction · 0.70
ChunkFromSelfFunction · 0.70
ChunkFunction · 0.70
Schema.tsFile · 0.70

Calls 1

makeArrayClassFunction · 0.85

Tested by

no test coverage detected