//
pkg.gl
Category
github.com/go-go-golems/bobatea
pkg
textarea
memoization
package
0.0.10
Repository:
https://github.com/go-go-golems/bobatea.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
87 SLOC
#
Functions
NewMemoCache
NewMemoCache is a function that creates a new MemoCache with a given capacity.
#
Structs
MemoCache
MemoCache is a struct that represents a cache with a set capacity.
#
Interfaces
Hasher
Hasher is an interface that requires a Hash method.
#
Type aliases
HInt
HInt is a type that implements the Hasher interface for integers.
HString
HString is a type that implements the Hasher interface for strings.