Versions in this module Expand all Collapse all v0 v0.2.0 Apr 3, 2024 v0.1.0 Apr 3, 2024 Changes in this version + type Comparable func(k1, k2 K) int + func New[K constraints.Ordered](order Order) Comparable[K] + type Comparator interface + Asc func() + Compare func(k1, k2 K) int + Desc func() + func New2[K constraints.Ordered]() Comparator[K] + type Order int + const ASC + const DESC