VectorHash

class VectorHash[A](ev: Hash[A]) extends VectorEq[A] with Hash[Vector[A]]
trait Hash[Vector[A]]
class VectorEq[A]
trait Eq[Vector[A]]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def hash(xs: Vector[A]): Int

Inherited methods

def eqv(xs: Vector[A], ys: Vector[A]): Boolean
Inherited from
VectorEq
def neqv(x: Vector[A], y: Vector[A]): Boolean

Returns false if x and y are equivalent, true otherwise.

Returns false if x and y are equivalent, true otherwise.

Inherited from
Eq