func sort.SliceIsSorted
2 uses
sort (current package)
slice.go#L37: func SliceIsSorted(x interface{}, less func(i, j int) bool) bool {
go.etcd.io/bbolt
freelist_hmap.go#L154: if !sort.SliceIsSorted([]pgid(pgids), func(i, j int) bool { return pgids[i] < pgids[j] }) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)