func bytes.Map
8 uses
bytes (current package)
bytes.go#L607: func Map(mapping func(r rune) rune, s []byte) []byte {
bytes.go#L719: return Map(unicode.ToUpper, s)
bytes.go#L749: return Map(unicode.ToLower, s)
bytes.go#L753: func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
bytes.go#L758: return Map(c.ToUpper, s)
bytes.go#L764: return Map(c.ToLower, s)
bytes.go#L770: return Map(c.ToTitle, s)
bytes.go#L837: return Map(
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)