unicode.Range16.Stride (field)
8 uses
unicode (current package)
letter.go#L32: Stride uint16
letter.go#L99: return range_.Stride == 1 || (r-range_.Lo)%range_.Stride == 0
letter.go#L112: return range_.Stride == 1 || (r-range_.Lo)%range_.Stride == 0
regexp/syntax
parse.go#L1635: R16: []unicode.Range16{{Lo: 0, Hi: 1<<16 - 1, Stride: 1}},
parse.go#L1969: lo, hi, stride := rune(xr.Lo), rune(xr.Hi), rune(xr.Stride)
parse.go#L1995: lo, hi, stride := rune(xr.Lo), rune(xr.Hi), rune(xr.Stride)
|
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. |