Std.Order.Eq
1 declaration
trait
EqThis declaration names behavior that types can implement.
What it does
A type whose values can be compared for equality.
Structural equality already works for every value; this trait exists so a
generic function can say that it compares, and so a type can give equality
a meaning of its own where structure is not it.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
