func bytes.Map
8 uses
bytes (current package)
bytes.go#L607: func Map(mapping func(r rune) rune, s []byte) []byte {
bytes.go#L715: return Map(unicode.ToUpper, s)
bytes.go#L745: return Map(unicode.ToLower, s)
bytes.go#L749: func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
bytes.go#L754: return Map(c.ToUpper, s)
bytes.go#L760: return Map(c.ToLower, s)
bytes.go#L766: return Map(c.ToTitle, s)
bytes.go#L833: return Map(
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)