unicode.CaseRange.Lo (field)
5 uses
unicode (current package)
letter.go#L57: Lo uint32
letter.go#L221: if rune(cr.Lo) <= r && r <= rune(cr.Hi) {
letter.go#L234: return rune(cr.Lo) + ((r-rune(cr.Lo))&^1 | rune(_case&1)), true
letter.go#L238: if r < rune(cr.Lo) {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |