LanguageExt.Core

LanguageExt.Core Traits Hashable

Contents

class Hashable Source #

Methods

method int code <A> (A x) Source #

where A : Hashable<A>

Get the hash-code of the provided value

Parameters

returns

Hash code of x

interface Hashable <in A> Source #

Hashable trait

Parameters

type A

The type for which GetHashCode is defined

Methods

method int GetHashCode (A x) Source #

Get the hash-code of the provided value

Parameters

returns

Hash code of x