func bytes.Compare
4 uses
bytes (current package)
bytes.go#L28: func Compare(a, b []byte) int {
encoding/asn1
marshal.go#L114: slices.SortFunc(l, bytes.Compare)
golang.org/x/text/internal/language
parse.go#L501: if bytes.Compare(scan.token, last) != -1 {
parse.go#L527: if bytes.Compare(key, last) != 1 || scan.err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)