Searched refs:intersecting (Results 1 – 4 of 4) sorted by relevance
1 import { findLastIndex, groupBy, intersecting, replaceValue } from '../array';11 describe(intersecting, () => {15 expect(intersecting(a, b)).toEqual([1, 2, 3]);
9 import { intersecting } from './array';108 [matching] = intersecting(ios, android);
12 export function intersecting<T>(a: T[], b: T[]): T[] { function
133 alt="Three square components intersecting each other"