Documentation ¶
Index ¶
- type Table
- func (t *Table[K, V]) Clear()
- func (t *Table[K, V]) Empty() bool
- func (t *Table[K, V]) ForEach(cb func(k K, v V) error) error
- func (t *Table[K, V]) Insert(k K, v V)
- func (t *Table[K, V]) Len() int
- func (t *Table[K, V]) Lookup(k K) (V, bool)
- func (t *Table[K, V]) Remove(k K)
- func (t *Table[K, V]) Update(m map[K]V)
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.