- Preparing search index...
- The search index is not available
Documentation
Function computeArrayIntersection
- computeArrayIntersection<T>(input, equal?): Readonly<T>[]
-
Parameters
-
input: readonly T[][]
-
equal: ((lhs, rhs) => boolean) = isEqual
-
- (lhs, rhs): boolean
-
Parameters
-
lhs: Readonly<T>
-
rhs: Readonly<T>
Returns boolean
Returns Readonly<T>[]
Compute array where each element is part of each input array
Note: The order of the resulting array is undefined.