Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntProxy ¶
type IntProxy interface { via.API Int64(via.CachedState) int64 Set(via.CachedState, Int) Int Add(via.CachedState, Int) Int }
type Map ¶
type Map[K comparable, V any] via.Any[MapProxy[K, V]]
func MapInMemory ¶
func MapInMemory[K comparable, V any](m map[K]V) Map[K, V]
type MapProxy ¶
type MapProxy[K comparable, V any] interface { via.API Index(via.CachedState, K) (V, bool) SetIndex(via.CachedState, K, V) Delete(via.CachedState, K) Clear(via.CachedState) Iter(via.CachedState) iter.Seq2[K, V] }
Click to show internal directories.
Click to hide internal directories.