Companion object for trait Equivalence that provides a factory method for producing
default Equivalence instances.
Provides default Equivalence implementations for the specified type whose
areEqual method first calls .deep on any Array (on either the left or right side),
then compares the resulting objects with ==.
Provides default Equivalence implementations for the specified type whose
areEqual method first calls .deep on any Array (on either the left or right side),
then compares the resulting objects with ==.
a default Equivalence[T]