type golang.org/x/text/internal.sorter
5 uses
golang.org/x/text/internal (current package)
internal.go#L17: sort.Sort(sorter(tags))
internal.go#L20: type sorter []language.Tag
internal.go#L22: func (s sorter) Len() int {
internal.go#L26: func (s sorter) Swap(i, j int) {
internal.go#L30: func (s sorter) Less(i, j int) bool {
![]() |
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. |