| Type | Description |
| type CHashSet |
Configurable mutable hash sets, i.e. with user-defined equality and hash.
|
| type CHashTable |
Configurable hash tables, i.e. with user-defined equality and hash.
This is precisely the same type as that manipulated by
the functions returned by invoking [[Microsoft.FSharp.MLLib.Hashtbl.Make]].
|
| type hash_ops | Note: an abbreviation for ('a -> int) * ('a -> 'a -> bool) |
| type HashSet |
Hash tables based on F# structural "hash" and (=) functions.
|
| type HashStats |
Sinks recording statistical properties of one or more hash tables.
|
| type HashTable |
Hash tables based on F# structural "hash" and (=) functions.
This is precisely the same type as that manipulated by
the functions in [[Microsoft.FSharp.MLLib.Hashtbl]].
|