func slices.IsSortedFunc
2 uses
slices (current package)
sort.go#L53: func IsSortedFunc[S ~[]E, E any](x S, cmp func(a, b E) int) bool {
go/types
typeset.go#L363: if !slices.IsSortedFunc(list, compareFunc) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)