type golang.org/x/text/unicode/rangetable.byRune
5 uses
golang.org/x/text/unicode/rangetable (current package)
rangetable.go#L20: sort.Sort(byRune(r))
rangetable.go#L44: type byRune []rune
rangetable.go#L46: func (r byRune) Len() int { return len(r) }
rangetable.go#L47: func (r byRune) Swap(i, j int) { r[i], r[j] = r[j], r[i] }
rangetable.go#L48: func (r byRune) Less(i, j int) bool { return r[i] < r[j] }
![]() |
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. |