type golang.org/x/text/internal/language.bytesSort
7 uses
golang.org/x/text/internal/language (current package)
parse.go#L417: type bytesSort struct {
parse.go#L422: func (b bytesSort) Len() int {
parse.go#L426: func (b bytesSort) Swap(i, j int) {
parse.go#L430: func (b bytesSort) Less(i, j int) bool {
parse.go#L466: sort.Sort(bytesSort{exts, 1})
parse.go#L498: sort.Sort(bytesSort{attrs, 3})
parse.go#L527: sort.Stable(bytesSort{keys, 2})
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |