Prelude API
    Preparing search index...

    Function array

    • Compares arrays index by index with the provided element equality. A hole opposite a present element is equal only if that element is undefined (mirroring how a hole reads as undefined); the element equality is never invoked with a hole's undefined.

      Type Parameters

      • T

      Parameters

      Returns (a: T[], b: T[]) => boolean