Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHash<T>

Interface for hashable types.

Type parameters

  • T

Hierarchy

  • IHash

Index

Methods

Methods

hash

  • hash(): T
  • Returns a value's hash code. The contract of this function is: If IEquiv.equiv returns true for two values, their hash codes MUST also be equal.

    Returns T

Generated using TypeDoc