Index of values


C
clear [Memo]
clear tbl removes all the keys and the associated values from the table.
create [Memo]
create n creates a new memoization table with n slots.

G
get [Memo]
get tbl cmp x i v tries to fetch a previously computed value for the key x in the table tbl in the slot i.