package
Version:
v0.0.0-...-edd59cf
Opens a new window with list of versions in this module.
Published: Feb 24, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Memo[T any, Arg any] struct {
}
func MakeMemo[T any, Arg any](f func(...Arg) T) *Memo[T, Arg]
func (memo *Memo[T, Arg]) Get(args ...Arg) T
func (memo *Memo[T, Arg]) Invalidate()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.