Documentation
    Preparing search index...

    Function computeArrayIntersection

    • Compute array where each element is part of each input array

      Note: The order of the resulting array is undefined.

      Type Parameters

      • T

      Parameters

      • input: readonly T[][]
      • equal: (lhs: Readonly<T>, rhs: Readonly<T>) => boolean = isEqual

      Returns Readonly<T>[]