Versions in this module Expand all Collapse all v0 v0.5.0 Jul 18, 2025 Changes in this version + type Flat struct + func NewWithHasher[K comparable, V any](empty K, hasher shared.HashFn[K]) *Flat[K, V] + func New[K comparable, V any]() *Flat[K, V] + func (m *Flat[K, V]) Clear() + func (m *Flat[K, V]) Copy() *Flat[K, V] + func (m *Flat[K, V]) Each(fn func(key K, val V) bool) + func (m *Flat[K, V]) Get(key K) (V, bool) + func (m *Flat[K, V]) Load() float32 + func (m *Flat[K, V]) MaxLoad(lf float32) error + func (m *Flat[K, V]) Put(key K, val V) bool + func (m *Flat[K, V]) Remove(key K) bool + func (m *Flat[K, V]) Reserve(n uintptr) + func (m *Flat[K, V]) Size() int