func bytes.TrimLeftFunc
2 uses
bytes (current package)
bytes.go#L847: func TrimLeftFunc(s []byte, f func(r rune) bool) []byte {
bytes.go#L871: return TrimRightFunc(TrimLeftFunc(s, f), f)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)