Documentation ¶ Index ¶ func By[T any](items []T, less func(T, T) bool) []T func ByKey[T any, K cmp.Ordered](items []T, key func(T) K) []T func Float64s(items []float64) []float64 func Ints(items []int) []int func Reverse[T any](items []T, less func(T, T) bool) []T func Strings(items []string) []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func By ¶ func By[T any](items []T, less func(T, T) bool) []T func ByKey ¶ func ByKey[T any, K cmp.Ordered](items []T, key func(T) K) []T func Float64s ¶ func Float64s(items []float64) []float64 func Ints ¶ func Ints(items []int) []int func Reverse ¶ func Reverse[T any](items []T, less func(T, T) bool) []T func Strings ¶ func Strings(items []string) []string Types ¶ This section is empty. Source Files ¶ View all Source files sort.go Click to show internal directories. Click to hide internal directories.