Versions in this module Expand all Collapse all v1 v1.0.0 Oct 20, 2025 Changes in this version + type SortedList struct + func NewSortedList() *SortedList + func (sl *SortedList) Delete(key int64) + func (sl *SortedList) GetByIndex(index int) (int64, bool) + func (sl *SortedList) Insert(key int64) + func (sl *SortedList) Keys() []int64 + func (sl *SortedList) Len() int + func (sl *SortedList) Merge(other *SortedList)