You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IndexMapEquivalent trait allows to have a special implementation of Eq to use inside the hashmap but different from the ==. IndexMap provide a default implementation of Equivalent for types that implement Eq, that simply apply ==.
The text was updated successfully, but these errors were encountered:
IndexMap
Equivalent
trait allows to have a special implementation ofEq
to use inside the hashmap but different from the==
.IndexMap
provide a default implementation ofEquivalent
for types that implementEq
, that simply apply==
.The text was updated successfully, but these errors were encountered: