Versions in this module Expand all Collapse all v0 v0.0.1 Jun 25, 2026 Changes in this version + type Pair struct + Key K + Value V + type Record struct + func (r *Record[K, V]) Delete(key K) (didDelete bool) + func (r *Record[K, V]) Get(key K) (V, bool) + func (r *Record[K, V]) KeyValues() iter.Seq2[K, V] + func (r *Record[K, V]) Len() int + func (r *Record[K, V]) Set(key K, value V) bool + func (r *Record[K, V]) UnmarshalJSONFrom(d *jsontext.Decoder) error + func (r Record[K, V]) IsZero() bool + func (r Record[K, V]) MarshalJSONTo(enc *jsontext.Encoder) error