Versions in this module Expand all Collapse all v1 v1.4.3 Aug 16, 2023 v1.4.2 Aug 16, 2023 Changes in this version + func BinarySearch(x S, target E) (int, bool) + func Compact(s S) S + func Sort(x S) + func SortFunc(x S, cmp func(a, b E) int)