func strings.Map
8 uses
strings (current package)
strings.go#L456: func Map(mapping func(rune) rune, s string) string {
strings.go#L576: return Map(unicode.ToUpper, s)
strings.go#L606: return Map(unicode.ToLower, s)
strings.go#L611: func ToTitle(s string) string { return Map(unicode.ToTitle, s) }
strings.go#L616: return Map(c.ToUpper, s)
strings.go#L622: return Map(c.ToLower, s)
strings.go#L628: return Map(c.ToTitle, s)
strings.go#L715: return Map(
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)