golang.org/x/text/width.Properties.elem (field)
10 uses
golang.org/x/text/width (current package)
width.go#L100: elem elem
width.go#L111: return p.elem.kind()
width.go#L116: if p.elem&tagNeedsFold != 0 {
width.go#L117: buf := inverseData[byte(p.elem)]
width.go#L128: if k := p.elem.kind(); byte(p.elem) != 0 && (k == EastAsianFullwidth || k == EastAsianWide || k == EastAsianAmbiguous) {
width.go#L129: buf := inverseData[byte(p.elem)]
width.go#L140: if k := p.elem.kind(); byte(p.elem) != 0 && (k == EastAsianHalfwidth || k == EastAsianNarrow) {
width.go#L141: buf := inverseData[byte(p.elem)]
![]() |
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. |