Documentation
¶
Index ¶
- type Pantry
- func (pantry *Pantry[T]) All() iter.Seq2[string, T]
- func (pantry *Pantry[T]) Get(key string) (T, bool)
- func (pantry *Pantry[T]) IsEmpty() bool
- func (pantry *Pantry[T]) Keys() iter.Seq[string]
- func (pantry *Pantry[T]) Remove(key string)
- func (pantry *Pantry[T]) Set(key string, value T)
- func (pantry *Pantry[T]) Values() iter.Seq[T]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.