Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ITable ¶
type ITable[K comparable, V any] interface { Put(key K, value V) Get(key K) (V, bool) Delete(key K) Len() int All(func(k K, obj V) bool) }
Click to show internal directories.
Click to hide internal directories.