Versions in this module Expand all Collapse all v2 v2.0.2 Jun 9, 2023 Changes in this version + func IsSorted(data []T, reverseOpts ...bool) bool + func SortComparator(data T) + func SortSlice(data []T, reverseOpts ...bool) + func SortSliceWithComparator(data []T, comparator func(i, j int) bool) Other modules containing this package github.com/aronlt/toolkit