Versions in this module Expand all Collapse all v0 v0.3.3 Aug 2, 2026 v0.3.2 Jul 3, 2026 v0.3.1 May 22, 2026 Changes in this version + type Bucket struct + All []E + Static map[string][]E + Wildcard []E + func (b *Bucket[E]) Add(staticKey string, hasStaticKey bool, entry E) + func (b Bucket[E]) Clone(translate func(E) E) Bucket[E] + type Index struct + ByCount map[int]*Bucket[E] + CatchAll Bucket[E] + func (i *Index[E]) Add(count int, staticKey string, hasStaticKey, hasCatchAll bool, entry E) + func (i Index[E]) Clone(translate func(E) E) Index[E]