navigation

Utilities

Namespace: FSharpLint.Framework

Values and Functions
Name Description
hash2

Signature: hash2 one two

Fast hash of two objects without having to allocate (e.g. a common approach would be to take the hash code of a tuple of the two objects).

()

Signature: x </> y