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

Function eq

packages/effect/test/Chunk.test.ts:871–871  ·  view source on GitHub ↗
(a: E, b: E)

Source from the content-addressed store, hash-verified

869
870 it("differenceWith", () => {
871 const eq = <E extends { id: number }>(a: E, b: E) => a.id === b.id
872 const differenceWith = pipe(eq, Chunk.differenceWith)
873
874 const chunk = Chunk.make({ id: 1 }, { id: 2 }, { id: 3 })

Callers 4

Symbol.test.tsFile · 0.85
expectHookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected