hash abstract method

int hash(
  1. T a
)
override

Return the hash code of a.

Implementation

int hash(T a);