@eagleoutice/flowr - v2.10.2
    Preparing search index...
    • Compares two arrays for equality, using the given comparison function for the elements.

      Type Parameters

      • T

      Parameters

      • a: readonly T[] | undefined
      • b: readonly T[] | undefined
      • cmp: (a: T, b: T) => boolean = ...

      Returns boolean