zeed
    Preparing search index...

    Function arrayIntersection

    • Return the intersection of two arrays (elements present in both).

      Type Parameters

      • T

        element type

      Parameters

      • left: T[]

        first array

      • right: T[]

        second array

      Returns T[]

      new array with elements present in both left and right