func strconv.IsPrint
5 uses
strconv (current package)
quote.go#L75: if r < utf8.RuneSelf && IsPrint(r) {
quote.go#L79: } else if IsPrint(r) || graphicOnly && isInGraphicList(r) {
quote.go#L521: func IsPrint(r rune) bool {
quote.go#L568: if IsPrint(r) {
fmt
format.go#L158: if f.sharp && u <= utf8.MaxRune && strconv.IsPrint(rune(u)) {
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |