type golang.org/x/text/internal/language.variantsSort
5 uses
golang.org/x/text/internal/language (current package)
parse.go#L375: sort.Sort(variantsSort{varID, variant})
parse.go#L399: type variantsSort struct {
parse.go#L404: func (s variantsSort) Len() int {
parse.go#L408: func (s variantsSort) Swap(i, j int) {
parse.go#L413: func (s variantsSort) 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. |