@mudssky/jsutils
    Preparing search index...

    Function hasIntersects

    • Given two arrays, returns true if any elements intersect

      Type Parameters

      • T
      • K extends string | number | symbol

      Parameters

      • listA: readonly T[]
      • listB: readonly T[]
      • Optionalidentity: (t: T) => K

      Returns boolean