hash abstract method

int hash(
  1. T x
)
override

Returns the hash code of the given object under this hashing scheme.

Implementation

int hash(T x);