package
0.0.0-20241206015903-5bc1cd308929
Repository: https://github.com/kgaughan/learning.git
Documentation: pkg.go.dev

# Functions

New function returns a memoisation of f.

# Structs

A Memo caches the results of calling a Func.

# Type aliases

Func is the type of the function to memoise.