Versions in this module Expand all Collapse all v1 v1.2.10 Dec 12, 2025 Changes in this version + type Config struct + Clock *mockable.Clock + MaxSize int + MinSize int + TTL time.Duration + type Window interface + Add func(value T) + Length func() int + Oldest func() (T, bool) + func New[T any](config Config) Window[T]