Prelude API
    Preparing search index...

    Function tuple

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

      Type Parameters

      • T extends unknown[]

      Parameters

      • ...eqs: Eq<T[number]>[]

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