//
pkg.gl
Category
github.com/kgaughan/learning
0010-go-programming-language
ch9
memo
package
0.0.0-20241206015903-5bc1cd308929
Repository:
https://github.com/kgaughan/learning.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
56 SLOC
#
Functions
New
New function returns a memoisation of f.
#
Structs
Memo
A Memo caches the results of calling a Func.
#
Type aliases
Func
Func is the type of the function to memoise.