Versions in this module Expand all Collapse all v0 v0.15.10 Jul 31, 2024 v0.15.9 Jul 31, 2024 v0.15.8 Jul 31, 2024 Changes in this version + type Deduplicable interface + IsDuplicate func(any) bool + type History struct + func New(length int) *History + func (history *History) Add(record any) + func (history *History) Latest() any + func (history *History) Records() []any