Versions in this module Expand all Collapse all v0 v0.1.0 Feb 23, 2026 Changes in this version + type Span struct + End int64 + Start int64 + func New(start, end int64) Span + func (s Span) Contains(pos int64) bool + func (s Span) IsZero() bool + func (s Span) Len() int64