Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inactive ¶
type Inactive[K comparable, V state.Stateful[V]] interface { Len() int64 Get(k K) (v V, ok bool) Contains(k K) bool PushFront(k K, v V) PushBack(k K, v V) Delete(k K) Pop() (k K, v V, ok bool) Map() map[K]V Close() error }
Inactive
func NewInactive ¶
func NewInactive[K comparable, V state.Stateful[V]]() Inactive[K, V]
Click to show internal directories.
Click to hide internal directories.