Takaro - v0.4.11
    Preparing search index...

    Function intersection

    • Creates an array of unique values that are included in all of the provided arrays using SameValueZero for equality comparisons.

      Type Parameters

      • T

      Parameters

      • ...arrays: (List<T> | null | undefined)[]

        The arrays to inspect.

      Returns T[]

      Returns the new array of shared values.