Versions in this module Expand all Collapse all v0 v0.2.0 Aug 17, 2026 Changes in this version + const DefaultCap + type Index struct + func New(capBytes int) *Index + func (ix *Index) AddScript(kind, src string) + func (ix *Index) AddText(kind, s string) + func (ix *Index) Contains(candidate string) bool + func (ix *Index) ContainsAny(candidate string) (string, bool) + func (ix *Index) Saturated() bool + func (ix *Index) Size() int + func (ix *Index) Sources() map[string]int