Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2024 Changes in this version + type Inactive interface + Close func() error + Contains func(k K) bool + Delete func(k K) + Get func(k K) (v V, ok bool) + Len func() int64 + Map func() map[K]V + Pop func() (k K, v V, ok bool) + PushBack func(k K, v V) + PushFront func(k K, v V) + func NewInactive[K comparable, V state.Stateful[V]]() Inactive[K, V]