Name | Description |
---|---|
hash2
Signature: one:'a -> two:'b -> int |
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:string -> y:string -> string |