Documentation
¶
Index ¶
- type CMap
- func (m *CMap[K, V]) Clear()
- func (m *CMap[K, V]) Count() int64
- func (m *CMap[K, V]) Delete(key K) bool
- func (m *CMap[K, V]) Get(key K) (V, bool)
- func (m *CMap[K, V]) GetOrSet(key K, value V) V
- func (m *CMap[K, V]) Has(key K) bool
- func (m *CMap[K, V]) IsEmpty() bool
- func (m *CMap[K, V]) Iter() chan Entry[K, V]
- func (m *CMap[K, V]) Keys() chan K
- func (m *CMap[K, V]) Len() int
- func (m *CMap[K, V]) Range(f func(key K, value V) bool)
- func (m *CMap[K, V]) Remove(key K) bool
- func (m *CMap[K, V]) Set(key K, value V) bool
- func (m *CMap[K, V]) SetIfAbsent(key K, value V) bool
- func (m *CMap[K, V]) Values() chan V
- type Entry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CMap ¶
func (*CMap[K, V]) SetIfAbsent ¶
Click to show internal directories.
Click to hide internal directories.