A | |
add [Computation.HASHTBL_OUTPUT] |
Add a new binding.
|
C | |
clear [Computation.HASHTBL_OUTPUT] |
Clear the table.
|
compute [Register] | |
F | |
find [Computation.HASHTBL_OUTPUT] |
Return the current binding of the given key.
|
find_all [Computation.HASHTBL_OUTPUT] |
Return the list of all data associated with the given key.
|
fold [Computation.HASHTBL_OUTPUT] | |
G | |
get [Register] | |
I | |
iter [Computation.HASHTBL_OUTPUT] | |
J | |
journalized_get [Register] | |
L | |
length [Computation.HASHTBL_OUTPUT] |
Length of the table.
|
M | |
main [Register] | |
mem [Computation.HASHTBL_OUTPUT] | |
memo [Computation.HASHTBL_OUTPUT] |
Memoization.
|
R | |
remove [Computation.HASHTBL_OUTPUT] | |
replace [Computation.HASHTBL_OUTPUT] |
Add a new binding.
|
U | |
unsafe_find [Computation.HASHTBL_OUTPUT] |
Unsafe version of
find .
|