File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424| .memo.init | initializes a cache table given a namespace and capacity |
2525| .memo.initns | initializes a cache table given a namespace |
2626| .memo.initcap | initializes a cache table given a capacity |
27- | .memo.mk | makes a memoized copy of a function given a source, target, and cache table |
27+ | .memo.mk | makes a memoized copy of a function given a source, target, and cache name |
2828| .memo.mkmut | mutates a given function into its memoized copy given a source |
2929| .memo.mknew | makes a memoized copy of a function given a source and target |
3030| .memo.rm | removes a memoized function and clears its cached data given a source |
3131| .memo.mv | moves a memoized function to a new cache table given a source and cache name |
32- | .memo.cap | returns the capacity of a given cache table |
33- | .memo.rs | resizes a cache table given a cache name and capacity |
32+ | .memo.cap | returns the capacity of a cache table given a cache name |
33+ | .memo.rs | resizes a cache table given a cache name and capacity |
3434* examples
3535#+begin_example
3636q)/ .memo.init takes a [namespace;<short>]
You can’t perform that action at this time.
0 commit comments