@traversable/schema
    Preparing search index...
    deep: { <T>(x: T, y: T): boolean; (x: T, y: T): boolean } = Equal.deep

    Type declaration

      • <T>(x: T, y: T): boolean
      • Compare two vaules for value equality.

        Comparisons with equals equals are transitive and symmetric (switching the order of the arguments does not change the result), and are performed very quickly.

        Type Parameters

        • T

        Parameters

        Returns boolean

      • (x: T, y: T): boolean
      • Compare two vaules for value equality.

        Comparisons with equals equals are transitive and symmetric (switching the order of the arguments does not change the result), and are performed very quickly.

        Parameters

        Returns boolean