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

Function concat

packages/effect/src/internal/configProvider.ts:27–27  ·  view source on GitHub ↗
(l: ReadonlyArray<A>, r: ReadonlyArray<B>)

Source from the content-addressed store, hash-verified

25type KeyComponent = ConfigProvider.ConfigProvider.KeyComponent
26
27const concat = <A, B>(l: ReadonlyArray<A>, r: ReadonlyArray<B>): ReadonlyArray<A | B> => [...l, ...r]
28
29/** @internal */
30const ConfigProviderSymbolKey = "effect/ConfigProvider"

Callers 4

extendFunction · 0.70
fromFlatLoopFunction · 0.70
stream.tsFile · 0.70
repeatEffectWithScheduleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…