type golang.org/x/text/width.Kind
7 uses
golang.org/x/text/width (current package)
kind_string.go#L23: func (i Kind) String() string {
kind_string.go#L24: if i < 0 || i >= Kind(len(_Kind_index)-1) {
width.go#L31: type Kind int
width.go#L35: Neutral Kind = iota
width.go#L104: func (e elem) kind() Kind {
width.go#L105: return Kind(e >> typeShift)
width.go#L110: func (p Properties) Kind() Kind {
![]() |
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. |