Preparing search index...
    • Performs a deep equality check between two values of the same type. Handles primitives, objects, arrays, vec2, vec3, vec4, and other complex types.

      Type Parameters

      • T

      Parameters

      • a: T

        The first value to compare.

      • b: T

        The second value to compare.

      Returns boolean

      true if the values are deeply equal, false otherwise.