func bytes.TrimLeftFunc
3 uses
bytes (current package)
bytes.go#L769: func TrimLeftFunc(s []byte, f func(r rune) bool) []byte {
bytes.go#L793: return TrimRightFunc(TrimLeftFunc(s, f), f)
bytes.go#L920: return TrimLeftFunc(s, makeCutsetFunc(cutset))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)