@implicitNotFound("Values of types ${L} and ${R} cannot be compared with == or !=")
A marker trait indicating that values of type L
can be compared to values of type R
.
- Companion:
- object
- Source:
- CanEqual.scala
A marker trait indicating that values of type L
can be compared to values of type R
.