Documentation
¶
Index ¶
- type HashMap
- func (m *HashMap[K, V]) Clear()
- func (m *HashMap[K, V]) Del(key K)
- func (m *HashMap[K, V]) For(fn func(key K, value V) (next bool))
- func (m *HashMap[K, V]) Free()
- func (m *HashMap[K, V]) Get(key K) (V, bool)
- func (m *HashMap[K, V]) Grow()
- func (m *HashMap[K, V]) Len() int
- func (m *HashMap[K, V]) MarshalJSON() ([]byte, error)
- func (m *HashMap[K, V]) Set(key K, value V)
- func (m *HashMap[K, V]) UnmarshalJSON(data []byte) error
- type MapKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HashMap ¶
func NewHashMapWithCap ¶
func (*HashMap[K, V]) MarshalJSON ¶
func (*HashMap[K, V]) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.