MCPcopy
hub / github.com/Effect-TS/effect / dedupeAdjacent

Function dedupeAdjacent

packages/effect/src/Chunk.ts:1187–1187  ·  view source on GitHub ↗
(self: Chunk<A>)

Source from the content-addressed store, hash-verified

1185 * @category filtering
1186 */
1187export const dedupeAdjacent = <A>(self: Chunk<A>): Chunk<A> => unsafeFromArray(RA.dedupeAdjacent(self))
1188
1189/**
1190 * Takes a `Chunk` of pairs and return two corresponding `Chunk`s.

Callers 2

Iterable.test.tsFile · 0.85
Array.test.tsFile · 0.85

Calls 1

unsafeFromArrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…