LanguageExt.Core
LanguageExt.Core ► Traits ► Hashable
Contents
class Hashable Source #
Methods
method int code <A> (A x) Source #
Get the hash-code of the provided value
Parameters
Hash code of x
interface Hashable <in A> Source #
Hashable trait
The type for which GetHashCode is defined
method int GetHashCode (A x) Source #