func bytes.Map
8 uses
bytes (current package)
bytes.go#L550: func Map(mapping func(r rune) rune, s []byte) []byte {
bytes.go#L664: return Map(unicode.ToUpper, s)
bytes.go#L694: return Map(unicode.ToLower, s)
bytes.go#L698: func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
bytes.go#L703: return Map(c.ToUpper, s)
bytes.go#L709: return Map(c.ToLower, s)
bytes.go#L715: return Map(c.ToTitle, s)
bytes.go#L782: return Map(
![]() |
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. |