[Home] Type Microsoft.FSharp.MLLib.Hashtbl.CHashTable


CHashTable: Hash tables with user defined hash/equality functions. Example (for maps of strings to integers):
   let MyHash: (string,int) HashTable.CHashOps =
             HashTable.Make(MyStringHashFunction, MyStringEqualityFunction)
   ...
   let tab = MyHash.create 3 in
   MyHash.add tab "a" 3
 
Note: an abbreviation for CHashTable <'a,'b>

Full Type Signature

type CHashTable <'a,'b> = CHashTable <'a,'b>

See Also

Microsoft.FSharp.MLLib.Hashtbl


Documentation for assembly mllib, version 1.1.10.1, generated using F# version 1.1.10.1