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

Function array

packages/typeclass/src/Semigroup.ts:225–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223 * @since 0.24.0
224 */
225export const array = <A>(): Semigroup<ReadonlyArray<A>> => make((self, that) => self.concat(that))
226
227/**
228 * This function creates and returns a new `Semigroup` for a struct of values based on the given `Semigroup`s for each property in the struct.

Callers

nothing calls this directly

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected