Companion object that facilitates the importing of MapEqualityConstraints members as
an alternative to mixing it in. One use case is to import MapEqualityConstraints members so you can use
them in the Scala interpreter.
Provides an equality constraint that allows two subtypes of scala.collection.GenMaps to be compared for equality with === so long
as an EqualityConstraint is available for both key types and both value types.
Provides an equality constraint that allows two subtypes of scala.collection.GenMaps to be compared for equality with === so long
as an EqualityConstraint is available for both key types and both value types.