type golang.org/x/text/width.Transformer
12 uses
golang.org/x/text/width (current package)
width.go#L155: type Transformer struct {
width.go#L160: func (t Transformer) Reset() { t.t.Reset() }
width.go#L163: func (t Transformer) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
width.go#L168: func (t Transformer) Span(src []byte, atEOF bool) (n int, err error) {
width.go#L173: func (t Transformer) Bytes(b []byte) []byte {
width.go#L179: func (t Transformer) String(s string) string {
width.go#L189: Fold Transformer = Transformer{foldTransform{}}
width.go#L193: Widen Transformer = Transformer{wideTransform{}}
width.go#L197: Narrow Transformer = Transformer{narrowTransform{}}
 |
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. |