package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 15, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New[T any](keepLastN uint) *slidingWindow[T]
type SlidingWindow[T any] interface {
Push(el T)
Clear()
Data() []T
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.