Versions in this module Expand all Collapse all v0 v0.0.2 Apr 1, 2025 Changes in this version type Smap + func (m *Smap[K, V]) Range(f func(key K, value V) bool) v0.0.1 Mar 26, 2025 Changes in this version + type Smap struct + func New[K comparable, V any]() *Smap[K, V] + func (m *Smap[K, V]) Get(key K) (V, bool) + func (m *Smap[K, V]) Len() (n int) + func (m *Smap[K, V]) Set(key K, value V)