type
Hashtbl.binding
(
'key
, 
'value
)
=
{ 
'key
 
key
, 
'value
 
value
 }
type
Hashtbl.t
(
'key
, 
'value
)
Name Summary
add
Adds a binding of to in the hash .
Returns the list of all bindings of the
Empty the hash .
Creates an empty hash table, with an initial .
Test the emptiness of the
Creates an empty hash table, with an initial .
mem
Returns if is bound in the .
Removes the current biding of key in .
Replace or add the binding of to in the hash .
Returns the number of bindings in
Returns the current value associated to the in the .

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.