mingo
    Preparing search index...

    Function intersection

    • Returns the intersection of multiple arrays.

      Parameters

      • input: unknown[][]

        An array of arrays from which to find intersection.

      • hashFunc: HashFunction = DEFAULT_HASH_FUNCTION

        Custom function to hash values, default the hashCode method

      Returns unknown[]

      Array of intersecting values.