EqArrayIntBacked

ostrat.EqArrayIntBacked
See theEqArrayIntBacked companion object
class EqArrayIntBacked[ArrT <: ArrayIntBacked] extends EqT[ArrT]

Eqt instances for objects that are defined by Array[Int]s.

Attributes

Companion
object
Graph
Supertypes
trait EqT[ArrT]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def eqT(a1: ArrT, a2: ArrT): Boolean

Tests Equality on 2 values of type T.

Tests Equality on 2 values of type T.

Attributes

Definition Classes
EqT