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