Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store[T comparable, U any] struct { // contains filtered or unexported fields }
Note: This will always grow by design. Having to delete data is a sign that we are doing something wrong.
func New ¶
func New[T comparable, U any]() *Store[T, U]
Click to show internal directories.
Click to hide internal directories.